Vasudevakrishna commited on
Commit
14e4f93
1 Parent(s): 22138db

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 = 128, 128
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