akameswa commited on
Commit
f08fdb9
·
verified ·
1 Parent(s): 77795c5

Update src/util/params.py

Browse files
Files changed (1) hide show
  1. src/util/params.py +1 -1
src/util/params.py CHANGED
@@ -33,7 +33,7 @@ guidance_values = "1, 8, 20"
33
  intermediate = True
34
  pokeX, pokeY = 256, 256
35
  pokeHeight, pokeWidth = 128, 128
36
- imageHeight, imageWidth = 512, 512
37
 
38
  tokenizer = CLIPTokenizer.from_pretrained(model_path, subfolder="tokenizer")
39
  text_encoder = CLIPTextModel.from_pretrained(model_path, subfolder="text_encoder").to(
 
33
  intermediate = True
34
  pokeX, pokeY = 256, 256
35
  pokeHeight, pokeWidth = 128, 128
36
+ imageHeight, imageWidth = 1024, 1024
37
 
38
  tokenizer = CLIPTokenizer.from_pretrained(model_path, subfolder="tokenizer")
39
  text_encoder = CLIPTextModel.from_pretrained(model_path, subfolder="text_encoder").to(