Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,6 @@ 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
|
10 |
|
11 |
To use ckpt model: download the ckpt file in this package and use it in stable diffusion projects
|
12 |
-
|
|
|
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 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
|
|