1inkusFace commited on
Commit
2c0b824
·
verified ·
1 Parent(s): edd12b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 with UltraReal lora test")
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(