Spaces:
Runtime error
Runtime error
Commit
·
4daf755
1
Parent(s):
9853e8c
guidance scale = 3
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ def generate_description_fn(
|
|
| 159 |
image = pipe(
|
| 160 |
prompt=prompt,
|
| 161 |
control_image=control_image,
|
| 162 |
-
guidance_scale=
|
| 163 |
num_inference_steps=4,
|
| 164 |
width=width,
|
| 165 |
height=height,
|
|
|
|
| 159 |
image = pipe(
|
| 160 |
prompt=prompt,
|
| 161 |
control_image=control_image,
|
| 162 |
+
guidance_scale=3.,
|
| 163 |
num_inference_steps=4,
|
| 164 |
width=width,
|
| 165 |
height=height,
|