Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
---
|
4 |
+
This package contains diffusers model and ckpt model.
|
5 |
+
Trained on 39 pics, 3000 steps
|
6 |
+
|
7 |
+
To use diffusers model, set code like this:
|
8 |
+
`pipe = StableDiffusionPipeline.from_pretrained("AkiKagura/mkgen-diffusion")`
|
9 |
+
You could also try it on [Colab]:(https://colab.research.google.com/drive/1xvB8DH-KL_GfgfpH0XyVlQNy-6rywAcw?usp=share_link)
|
10 |
+
|
11 |
+
To use ckpt model: download the ckpt file in this package and use it in stable diffusion projects
|
12 |
+
|