Spaces:
Running
Running
jocoandonob
commited on
Commit
·
089e913
1
Parent(s):
a9e2c2b
issue fix cpu
Browse files
app.py
CHANGED
@@ -372,7 +372,7 @@ def generate_animation(prompt, seed, num_steps, guidance_scale, eta, num_frames,
|
|
372 |
# Create the Gradio interface
|
373 |
with gr.Blocks(title="TCD-SDXL Image Generator") as demo:
|
374 |
gr.Markdown("# TCD-SDXL Image Generator")
|
375 |
-
gr.Markdown("Generate images using Trajectory Consistency Distillation with Stable Diffusion XL.
|
376 |
|
377 |
with gr.Tabs():
|
378 |
with gr.TabItem("Text to Image"):
|
|
|
372 |
# Create the Gradio interface
|
373 |
with gr.Blocks(title="TCD-SDXL Image Generator") as demo:
|
374 |
gr.Markdown("# TCD-SDXL Image Generator")
|
375 |
+
gr.Markdown("Generate images using Trajectory Consistency Distillation with Stable Diffusion XL. ")
|
376 |
|
377 |
with gr.Tabs():
|
378 |
with gr.TabItem("Text to Image"):
|