Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ def infer(control_image, prompt, seed=42, randomize_seed=False, width=1024, heig
|
|
25 |
image = pipe(
|
26 |
prompt=prompt,
|
27 |
control_image=control_image,
|
28 |
-
height=
|
29 |
-
width=
|
30 |
num_inference_steps=num_inference_steps,
|
31 |
guidance_scale=guidance_scale,
|
32 |
generator=torch.Generator().manual_seed(seed),
|
|
|
25 |
image = pipe(
|
26 |
prompt=prompt,
|
27 |
control_image=control_image,
|
28 |
+
height=height,
|
29 |
+
width=width,
|
30 |
num_inference_steps=num_inference_steps,
|
31 |
guidance_scale=guidance_scale,
|
32 |
generator=torch.Generator().manual_seed(seed),
|