Vasudevakrishna commited on
Commit
0f1ab60
1 Parent(s): a2152cc

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -17,7 +17,7 @@ from diffusers import StableDiffusionPipeline, DiffusionPipeline
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
 
17
  # large or small model
18
 
19
  # configurations
20
+ height, width = 128, 128
21
  guidance_scale = 8
22
  custom_loss_scale = 200
23
  batch_size = 1