Spaces:
Sleeping
Sleeping
Update src/util/params.py
Browse files- 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 =
|
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(
|