Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def generate_image(images, prompt, negative_prompt,stylecode,strength,additional
|
|
| 33 |
# Calculate new width and height
|
| 34 |
|
| 35 |
|
| 36 |
-
image = use_stylecode(ip_ckpt,image_path="",prompt=
|
| 37 |
|
| 38 |
yield image
|
| 39 |
|
|
|
|
| 33 |
# Calculate new width and height
|
| 34 |
|
| 35 |
|
| 36 |
+
image = use_stylecode(ip_ckpt,image_path="",prompt=full_prompt,negative_prompt=negative_prompt,num_inference_steps=20,image=image,stylecode=stylecode,seed=seed)
|
| 37 |
|
| 38 |
yield image
|
| 39 |
|