Spaces:
Sleeping
Sleeping
Vasudevakrishna
commited on
Commit
•
14e4f93
1
Parent(s):
22138db
Update utils.py
Browse files
utils.py
CHANGED
@@ -17,7 +17,7 @@ from diffusers import StableDiffusionPipeline, DiffusionPipeline
|
|
17 |
# large or small model
|
18 |
|
19 |
# configurations
|
20 |
-
height, width =
|
21 |
guidance_scale = 8
|
22 |
custom_loss_scale = 200
|
23 |
batch_size = 1
|
|
|
17 |
# large or small model
|
18 |
|
19 |
# configurations
|
20 |
+
height, width = 512, 512
|
21 |
guidance_scale = 8
|
22 |
custom_loss_scale = 200
|
23 |
batch_size = 1
|