Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ Switch to the dev branch:
|
|
41 |
```
|
42 |
git checkout dev
|
43 |
```
|
44 |
-
Go to Models -> Huggingface and type `Disty0/sotediffusion-wuerstchen3-
|
45 |
Load `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` after the download process is complete.
|
46 |
|
47 |
Prompt:
|
@@ -84,7 +84,7 @@ from diffusers import StableCascadeCombinedPipeline
|
|
84 |
|
85 |
device = "cuda"
|
86 |
dtype = torch.bfloat16
|
87 |
-
model = "Disty0/sotediffusion-wuerstchen3-
|
88 |
|
89 |
pipe = StableCascadeCombinedPipeline.from_pretrained(model, torch_dtype=dtype)
|
90 |
|
|
|
41 |
```
|
42 |
git checkout dev
|
43 |
```
|
44 |
+
Go to Models -> Huggingface and type `Disty0/sotediffusion-wuerstchen3-alpha2-decoder` into the model name and press download.
|
45 |
Load `Disty0/sotediffusion-wuerstchen3-alpha1-decoder` after the download process is complete.
|
46 |
|
47 |
Prompt:
|
|
|
84 |
|
85 |
device = "cuda"
|
86 |
dtype = torch.bfloat16
|
87 |
+
model = "Disty0/sotediffusion-wuerstchen3-alpha2-decoder"
|
88 |
|
89 |
pipe = StableCascadeCombinedPipeline.from_pretrained(model, torch_dtype=dtype)
|
90 |
|