tbdatasci commited on
Commit
569fdee
·
1 Parent(s): a56dadd

Changed to stable diffusion 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@
32
  import gradio as gr
33
 
34
  gr.close_all()
35
- demo = gr.load(name="models/stabilityai/stable-diffusion-xl-refiner-1.0",
36
  title='PicassoBot Large',
37
  description='Because paint splatters are so last century')
38
 
 
32
  import gradio as gr
33
 
34
  gr.close_all()
35
+ demo = gr.load(name="models/stabilityai/stable-diffusion-2-1",
36
  title='PicassoBot Large',
37
  description='Because paint splatters are so last century')
38