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