Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,6 @@ def install_flashattn():
|
|
| 29 |
|
| 30 |
#install_flashattn()
|
| 31 |
|
| 32 |
-
|
| 33 |
# Torch performance settings
|
| 34 |
torch.backends.cuda.matmul.allow_tf32 = False
|
| 35 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
@@ -208,7 +207,7 @@ body{background-color: blue;}
|
|
| 208 |
"""
|
| 209 |
with gr.Blocks(theme=gr.themes.Origin(), css=css) as demo:
|
| 210 |
with gr.Column(elem_id="col-container"):
|
| 211 |
-
gr.Markdown(" # StableDiffusion 3.5 Large
|
| 212 |
expanded_prompt_output = gr.Textbox(label="Prompt", lines=1)
|
| 213 |
with gr.Row():
|
| 214 |
prompt = gr.Text(
|
|
|
|
| 29 |
|
| 30 |
#install_flashattn()
|
| 31 |
|
|
|
|
| 32 |
# Torch performance settings
|
| 33 |
torch.backends.cuda.matmul.allow_tf32 = False
|
| 34 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
|
|
| 207 |
"""
|
| 208 |
with gr.Blocks(theme=gr.themes.Origin(), css=css) as demo:
|
| 209 |
with gr.Column(elem_id="col-container"):
|
| 210 |
+
gr.Markdown(" # StableDiffusion 3.5 Large")
|
| 211 |
expanded_prompt_output = gr.Textbox(label="Prompt", lines=1)
|
| 212 |
with gr.Row():
|
| 213 |
prompt = gr.Text(
|