Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ We strongly recommend using the [🤗Diffuser](https://github.com/huggingface/di
|
|
19 |
import torch
|
20 |
from diffusers import StableDiffusionPipeline
|
21 |
|
22 |
-
model_id = "mlpc-lab/
|
23 |
device = "cuda"
|
24 |
|
25 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
|
|
19 |
import torch
|
20 |
from diffusers import StableDiffusionPipeline
|
21 |
|
22 |
+
model_id = "mlpc-lab/TokenCompose_SD14_B"
|
23 |
device = "cuda"
|
24 |
|
25 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|