Spaces:
Runtime error
Runtime error
Update diffusion_webui/stable_diffusion/img2img_app.py
Browse files
diffusion_webui/stable_diffusion/img2img_app.py
CHANGED
|
@@ -29,8 +29,8 @@ stable_negative_prompt_list = [
|
|
| 29 |
|
| 30 |
|
| 31 |
def stable_diffusion_img2img(
|
| 32 |
-
model_path:str,
|
| 33 |
image_path:str,
|
|
|
|
| 34 |
prompt:str,
|
| 35 |
negative_prompt:str,
|
| 36 |
guidance_scale:int,
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
def stable_diffusion_img2img(
|
|
|
|
| 32 |
image_path:str,
|
| 33 |
+
model_path:str,
|
| 34 |
prompt:str,
|
| 35 |
negative_prompt:str,
|
| 36 |
guidance_scale:int,
|