Upload README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
42 |
from diffusers import StableDiffusionPipeline
|
43 |
import torch
|
44 |
|
45 |
-
model_id = "kyujinpy/
|
46 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
47 |
pipe = pipe.to("cuda")
|
48 |
|
|
|
42 |
from diffusers import StableDiffusionPipeline
|
43 |
import torch
|
44 |
|
45 |
+
model_id = "kyujinpy/KO-stable-diffusion-disney"
|
46 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
47 |
pipe = pipe.to("cuda")
|
48 |
|