Spaces:
briaai
/
Running on Zero

mokady commited on
Commit
17c8592
1 Parent(s): 96e106c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,7 +15,7 @@ resolutions = ["1024 1024","1280 768","1344 768","768 1344","768 1280"]
15
  default_negative_prompt= "Logo,Watermark,Text,Ugly,Morbid,Extra fingers,Poorly drawn hands,Mutation,Blurry,Extra limbs,Gross proportions,Missing arms,Mutated hands,Long neck,Duplicate,Mutilated,Mutilated hands,Poorly drawn face,Deformed,Bad anatomy,Cloned face,Malformed limbs,Missing legs,Too many fingers"
16
 
17
  # Load pipeline
18
- model_id = "briaai/BRIA-2.3-BETA"
19
  scheduler = EulerAncestralDiscreteScheduler(
20
  beta_start=0.00085,
21
  beta_end=0.012,
@@ -86,12 +86,12 @@ css = """
86
  """
87
  with gr.Blocks(css=css) as demo:
88
  with gr.Column(elem_id="col-container"):
89
- gr.Markdown("## BRIA 2.3 Beta")
90
  gr.HTML('''
91
  <p style="margin-bottom: 10px; font-size: 94%">
92
  This is a demo for
93
- <a href="https://huggingface.co/briaai/BRIA-2.3-BETA" target="_blank">BRIA 2.3 text-to-image </a>.
94
- BRIA 2.3 BETA improve the generation of humans and illustrations compared to BRIA 2.2 while still trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
95
  </p>
96
  ''')
97
  with gr.Group():
 
15
  default_negative_prompt= "Logo,Watermark,Text,Ugly,Morbid,Extra fingers,Poorly drawn hands,Mutation,Blurry,Extra limbs,Gross proportions,Missing arms,Mutated hands,Long neck,Duplicate,Mutilated,Mutilated hands,Poorly drawn face,Deformed,Bad anatomy,Cloned face,Malformed limbs,Missing legs,Too many fingers"
16
 
17
  # Load pipeline
18
+ model_id = "briaai/BRIA-2.3"
19
  scheduler = EulerAncestralDiscreteScheduler(
20
  beta_start=0.00085,
21
  beta_end=0.012,
 
86
  """
87
  with gr.Blocks(css=css) as demo:
88
  with gr.Column(elem_id="col-container"):
89
+ gr.Markdown("## BRIA 2.3")
90
  gr.HTML('''
91
  <p style="margin-bottom: 10px; font-size: 94%">
92
  This is a demo for
93
+ <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">BRIA 2.3 text-to-image </a>.
94
+ BRIA 2.3 improve the generation of humans and illustrations compared to BRIA 2.2 while still trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
95
  </p>
96
  ''')
97
  with gr.Group():