SPK-951 commited on
Commit
c1a1d6e
1 Parent(s): 26c6da0

Update README.md

Browse files

Corrected model_id variable in example code for "Running the pipeline with the default PNDM scheduler:" from v1-1 to v1-4

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -69,7 +69,7 @@ import torch
69
  from torch import autocast
70
  from diffusers import StableDiffusionPipeline
71
 
72
- model_id = "CompVis/stable-diffusion-v1-1"
73
  device = "cuda"
74
 
75
 
 
69
  from torch import autocast
70
  from diffusers import StableDiffusionPipeline
71
 
72
+ model_id = "CompVis/stable-diffusion-v1-4"
73
  device = "cuda"
74
 
75