tetrisd commited on
Commit
f4dd424
β€’
1 Parent(s): 4e930c1

Update to use Stable Diffusion v1.5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if not os.environ.get('NO_DOWNLOAD_SPACY'):
24
  spacy.cli.download('en_core_web_sm')
25
 
26
 
27
- model_id = "CompVis/stable-diffusion-v1-4"
28
  device = "cuda"
29
 
30
  gen = torch.Generator(device='cuda')
 
24
  spacy.cli.download('en_core_web_sm')
25
 
26
 
27
+ model_id = "runwayml/stable-diffusion-v1-5"
28
  device = "cuda"
29
 
30
  gen = torch.Generator(device='cuda')