Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ text_pipeline.set_ip_adapter_scale(0.6)
|
|
| 12 |
def text_to_image(ip, prompt, neg_prompt, width, height, ip_scale, strength, guidance, steps):
|
| 13 |
text_pipeline.set_ip_adapter_scale(ip_scale)
|
| 14 |
|
| 15 |
-
images =
|
| 16 |
prompt=prompt,
|
| 17 |
ip_adapter_image=ip,
|
| 18 |
negative_prompt=neg_prompt,
|
|
|
|
| 12 |
def text_to_image(ip, prompt, neg_prompt, width, height, ip_scale, strength, guidance, steps):
|
| 13 |
text_pipeline.set_ip_adapter_scale(ip_scale)
|
| 14 |
|
| 15 |
+
images = text_pipeline(
|
| 16 |
prompt=prompt,
|
| 17 |
ip_adapter_image=ip,
|
| 18 |
negative_prompt=neg_prompt,
|