Spaces:
Runtime error
Runtime error
patrickvonplaten
commited on
Commit
•
331df7b
1
Parent(s):
4a092d4
Update image_transformation.py
Browse files- image_transformation.py +1 -0
image_transformation.py
CHANGED
@@ -68,4 +68,5 @@ class ImageTransformationTool(Tool):
|
|
68 |
prompt + added_prompt,
|
69 |
image,
|
70 |
negative_prompt=negative_prompt,
|
|
|
71 |
).images[0]
|
|
|
68 |
prompt + added_prompt,
|
69 |
image,
|
70 |
negative_prompt=negative_prompt,
|
71 |
+
num_inference_steps=50,
|
72 |
).images[0]
|