Lifeinhockey commited on
Commit
2882b00
·
verified ·
1 Parent(s): e74cfbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,8 +133,8 @@ def infer(
133
  image=ip_source_image,
134
  ip_adapter_image=ip_adapter_image,
135
  strength=strength_ip,
136
- width=width,
137
- height=height,
138
  num_inference_steps=num_inference_steps,
139
  guidance_scale=guidance_scale,
140
  controlnet_conditioning_scale=1.0,
 
133
  image=ip_source_image,
134
  ip_adapter_image=ip_adapter_image,
135
  strength=strength_ip,
136
+ width=512 #width,
137
+ height=512 #height,
138
  num_inference_steps=num_inference_steps,
139
  guidance_scale=guidance_scale,
140
  controlnet_conditioning_scale=1.0,