zwv9 commited on
Commit
a299603
1 Parent(s): fb27579
Files changed (1) hide show
  1. wfx.py +1 -1
wfx.py CHANGED
@@ -102,7 +102,7 @@ class WFX():
102
 
103
  warmup_kwargs = dict(
104
  prompt='a photo of a cat',
105
- height=512,
106
  width=512,
107
  num_inference_steps=30,
108
  generator=torch.Generator(device='cuda:0').manual_seed(0),
 
102
 
103
  warmup_kwargs = dict(
104
  prompt='a photo of a cat',
105
+ height=768,
106
  width=512,
107
  num_inference_steps=30,
108
  generator=torch.Generator(device='cuda:0').manual_seed(0),