Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -75,7 +75,7 @@ class EndpointHandler:
|
|
| 75 |
output = self.pipe(
|
| 76 |
prompt=prompt,
|
| 77 |
image=image,
|
| 78 |
-
num_inference_steps=
|
| 79 |
guidance_scale=2.0
|
| 80 |
).images[0]
|
| 81 |
print("🎨 Image generated.")
|
|
|
|
| 75 |
output = self.pipe(
|
| 76 |
prompt=prompt,
|
| 77 |
image=image,
|
| 78 |
+
num_inference_steps=35,
|
| 79 |
guidance_scale=2.0
|
| 80 |
).images[0]
|
| 81 |
print("🎨 Image generated.")
|