Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ def infer(image_in, prompt):
|
|
52 |
prompt,
|
53 |
negative_prompt=negative_prompt,
|
54 |
image=image,
|
55 |
-
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
56 |
-
guidance_scale = 10.0,
|
57 |
num_inference_steps=50
|
58 |
).images
|
59 |
|
|
|
52 |
prompt,
|
53 |
negative_prompt=negative_prompt,
|
54 |
image=image,
|
55 |
+
#controlnet_conditioning_scale=controlnet_conditioning_scale,
|
56 |
+
#guidance_scale = 10.0,
|
57 |
num_inference_steps=50
|
58 |
).images
|
59 |
|