aifeifei798 commited on
Commit
6100687
1 Parent(s): 946ad85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ def feifeimodload():
19
  )
20
 
21
  pipe = DiffusionPipeline.from_pretrained(
22
- "aifeifei798/DarkIdol-flux-v1.1", torch_dtype=dtype, vae=taef1
23
  ).to(device)
24
 
25
  pipe.load_lora_weights(
@@ -76,7 +76,7 @@ css="""
76
  with gr.Blocks(css=css) as demo:
77
 
78
  with gr.Column(elem_id="col-container"):
79
- gr.Markdown(f"""# DarkIdol-flux-v1.1 + feifei-flux-lora-v1
80
  DarkIdol-flux-v1.1 + feifei-flux-lora-v1 is a text-to-image AI model designed to create aesthetic, detailed and diverse images from textual prompts in just 6-8 steps. It offers enhanced performance in image quality, typography, understanding complex prompts, and resource efficiency.
81
  """)
82
 
 
19
  )
20
 
21
  pipe = DiffusionPipeline.from_pretrained(
22
+ "aifeifei798/DarkIdol-flux-v1", torch_dtype=dtype, vae=taef1
23
  ).to(device)
24
 
25
  pipe.load_lora_weights(
 
76
  with gr.Blocks(css=css) as demo:
77
 
78
  with gr.Column(elem_id="col-container"):
79
+ gr.Markdown(f"""# DarkIdol-flux-v1 + feifei-flux-lora-v1
80
  DarkIdol-flux-v1.1 + feifei-flux-lora-v1 is a text-to-image AI model designed to create aesthetic, detailed and diverse images from textual prompts in just 6-8 steps. It offers enhanced performance in image quality, typography, understanding complex prompts, and resource efficiency.
81
  """)
82