awacke1 commited on
Commit
cfdc849
1 Parent(s): feb562f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,7 +98,7 @@ css = """
98
  with gr.Blocks(css=css) as demo:
99
  with gr.Column(elem_id="container"):
100
  gr.Markdown(
101
- """### 🕹️ Stable Diffusion 1.5 - Real Time 🎨Image Generation Using 🌐 Latent Consistency LoRAs""",
102
  elem_id="intro",
103
  )
104
  with gr.Row():
@@ -132,7 +132,7 @@ with gr.Blocks(css=css) as demo:
132
  pipe.load_lora_weights("latent-consistency/lcm-lora-sdv1-5") #yes, it's a normal LoRA
133
 
134
  results = pipe(
135
- prompt="The spirit of a tamagotchi wandering in the city of Vienna",
136
  num_inference_steps=4,
137
  guidance_scale=0.0,
138
  )
 
98
  with gr.Blocks(css=css) as demo:
99
  with gr.Column(elem_id="container"):
100
  gr.Markdown(
101
+ """## 🕹️ Stable Diffusion 1.5 - Real Time 🎨 Image Generation Using 🌐 Latent Consistency LoRAs""",
102
  elem_id="intro",
103
  )
104
  with gr.Row():
 
132
  pipe.load_lora_weights("latent-consistency/lcm-lora-sdv1-5") #yes, it's a normal LoRA
133
 
134
  results = pipe(
135
+ prompt="ImageEditor",
136
  num_inference_steps=4,
137
  guidance_scale=0.0,
138
  )