craftgamesnetwork commited on
Commit
a7335d3
·
verified ·
1 Parent(s): 061f0d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -119,6 +119,8 @@ def generate(
119
  strength=strength_img2img,
120
  negative_prompt=negative_prompt,
121
  prompt_2=prompt_2,
 
 
122
  negative_prompt_2=negative_prompt_2,
123
  guidance_scale=guidance_scale_base,
124
  num_inference_steps=num_inference_steps_base,
 
119
  strength=strength_img2img,
120
  negative_prompt=negative_prompt,
121
  prompt_2=prompt_2,
122
+ width=width,
123
+ height=height,
124
  negative_prompt_2=negative_prompt_2,
125
  guidance_scale=guidance_scale_base,
126
  num_inference_steps=num_inference_steps_base,