Spaces:
Runtime error
Runtime error
Commit ·
1f2dc12
1
Parent(s): d9c8997
:/
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def greet(material_exemplar: Image.Image,
|
|
| 101 |
controlnet_conditioning_scale=float(_controlnet_conditioning_scale),
|
| 102 |
num_samples=num_samples,
|
| 103 |
num_inference_steps=_num_inference_steps,
|
| 104 |
-
guidance_scale=
|
| 105 |
postprocessed_image = images[0].filter(ImageFilter.DETAIL)
|
| 106 |
credits = stable_diffusion.get_credit()
|
| 107 |
|
|
|
|
| 101 |
controlnet_conditioning_scale=float(_controlnet_conditioning_scale),
|
| 102 |
num_samples=num_samples,
|
| 103 |
num_inference_steps=_num_inference_steps,
|
| 104 |
+
guidance_scale=_guidance_scale)
|
| 105 |
postprocessed_image = images[0].filter(ImageFilter.DETAIL)
|
| 106 |
credits = stable_diffusion.get_credit()
|
| 107 |
|