Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ import diffusers
|
|
87 |
|
88 |
device = "cuda"
|
89 |
dtype = torch.float16
|
90 |
-
model_path = "/
|
91 |
pipe = diffusers.AutoPipelineForText2Image.from_pretrained(model_path, text_encoder=None, torch_dtype=dtype)
|
92 |
|
93 |
# de-dupe
|
|
|
87 |
|
88 |
device = "cuda"
|
89 |
dtype = torch.float16
|
90 |
+
model_path = "Disty0/sotediffusion-v2"
|
91 |
pipe = diffusers.AutoPipelineForText2Image.from_pretrained(model_path, text_encoder=None, torch_dtype=dtype)
|
92 |
|
93 |
# de-dupe
|