Upload 4 files
Browse files- README.md +8 -4
- moDi-v1-pruned.ckpt +3 -0
- unet/diffusion_pytorch_model.bin +3 -0
README.md
CHANGED
@@ -9,8 +9,12 @@ tags:
|
|
9 |
|
10 |
This is the fine-tuned Stable Diffusion 1.5 model trained on screenshots from a popular animation studio.
|
11 |
Use the tokens **_modern disney style_** in your prompts for the effect.
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
**Videogame Characters rendered with the model:**
|
15 |
![Videogame Samples](https://huggingface.co/nitrosocke/mo-di-diffusion/resolve/main/modi-samples-01s.jpg)
|
16 |
**Animal Characters rendered with the model:**
|
@@ -38,11 +42,11 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
38 |
from diffusers import StableDiffusionPipeline
|
39 |
import torch
|
40 |
|
41 |
-
model_id = "
|
42 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
43 |
pipe = pipe.to("cuda")
|
44 |
|
45 |
-
prompt = "
|
46 |
image = pipe(prompt).images[0]
|
47 |
|
48 |
image.save("./magical_princess.png")
|
|
|
9 |
|
10 |
This is the fine-tuned Stable Diffusion 1.5 model trained on screenshots from a popular animation studio.
|
11 |
Use the tokens **_modern disney style_** in your prompts for the effect.
|
12 |
+
|
13 |
+
**Note**
|
14 |
+
- Github: [Korean-stable-diffusion-anything](https://github.com/KyujinHan/Korean-stable-diffusion-anything/tree/master)
|
15 |
+
- We use [Binsu's CLIP](https://huggingface.co/Bingsu/clip-vit-large-patch14-ko)
|
16 |
+
|
17 |
+
|
18 |
**Videogame Characters rendered with the model:**
|
19 |
![Videogame Samples](https://huggingface.co/nitrosocke/mo-di-diffusion/resolve/main/modi-samples-01s.jpg)
|
20 |
**Animal Characters rendered with the model:**
|
|
|
42 |
from diffusers import StableDiffusionPipeline
|
43 |
import torch
|
44 |
|
45 |
+
model_id = "kyujinpy/korean-stable-diffusion-disney"
|
46 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
47 |
pipe = pipe.to("cuda")
|
48 |
|
49 |
+
prompt = "황금빛 머리카락의 마법 공주, 디즈니 스타일"
|
50 |
image = pipe(prompt).images[0]
|
51 |
|
52 |
image.save("./magical_princess.png")
|
moDi-v1-pruned.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8067368533bd74cbfb439ab829c0ef5ccede1e29ed5644e193410416f24cf976
|
3 |
+
size 2132856622
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00aac856ca2e5b7070362bff14a460f8bd6f7cd9ac6fb93527c14a511a3eb3af
|
3 |
+
size 3438354725
|