Spaces:
Runtime error
Runtime error
Update edit_app.py
Browse files- edit_app.py +1 -1
edit_app.py
CHANGED
|
@@ -120,7 +120,7 @@ def main():
|
|
| 120 |
):
|
| 121 |
#stable_created_image = stable_diffusion_model(instruction, guidance_scale=text_cfg_scale, num_inference_steps=steps).images[0]
|
| 122 |
high_noise_frac = 0.8
|
| 123 |
-
|
| 124 |
prompt=instruction,
|
| 125 |
num_inference_steps=steps,
|
| 126 |
#denoising_end=high_noise_frac,
|
|
|
|
| 120 |
):
|
| 121 |
#stable_created_image = stable_diffusion_model(instruction, guidance_scale=text_cfg_scale, num_inference_steps=steps).images[0]
|
| 122 |
high_noise_frac = 0.8
|
| 123 |
+
stable_created_image = base(
|
| 124 |
prompt=instruction,
|
| 125 |
num_inference_steps=steps,
|
| 126 |
#denoising_end=high_noise_frac,
|