tonyassi commited on
Commit
fcae3d8
·
verified ·
1 Parent(s): ffd10a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = pipeline(
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,