Upload README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
| 52 |
from diffusers import StableDiffusionPipeline
|
| 53 |
import torch
|
| 54 |
|
| 55 |
-
model_id = "kyujinpy/KO-
|
| 56 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 57 |
pipe = pipe.to("cuda")
|
| 58 |
|
|
|
|
| 52 |
from diffusers import StableDiffusionPipeline
|
| 53 |
import torch
|
| 54 |
|
| 55 |
+
model_id = "kyujinpy/KO-anything-v4.5"
|
| 56 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 57 |
pipe = pipe.to("cuda")
|
| 58 |
|