tbdatasci commited on
Commit
47843d4
·
1 Parent(s): d393007

Trying to run the newest stable diffusion

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