patrickvonplaten
commited on
Commit
•
ed1d8d0
1
Parent(s):
cf3e24a
fix
Browse files- image_transformation.py +1 -1
image_transformation.py
CHANGED
@@ -74,7 +74,7 @@ class ImageTransformationTool(Tool):
|
|
74 |
|
75 |
self.is_initialized = True
|
76 |
|
77 |
-
def __call__(self, image, negative_prompt="low quality, bad quality, deformed, low resolution", added_prompt=" , highest quality, highly realistic, very high resolution"):
|
78 |
if not self.is_initialized:
|
79 |
self.setup()
|
80 |
|
|
|
74 |
|
75 |
self.is_initialized = True
|
76 |
|
77 |
+
def __call__(self, image, prompt, negative_prompt="low quality, bad quality, deformed, low resolution", added_prompt=" , highest quality, highly realistic, very high resolution"):
|
78 |
if not self.is_initialized:
|
79 |
self.setup()
|
80 |
|