Instructions to use AkiKagura/mkgen-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AkiKagura/mkgen-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AkiKagura/mkgen-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,14 +4,14 @@ tags:
|
|
| 4 |
- text-to-image
|
| 5 |
---
|
| 6 |
|
| 7 |
-
A stable diffusion model used to generate Marco's pictures by the prompt 'mkmk woman'
|
| 8 |
|
| 9 |
-
Based on runwayml/stable-diffusion-v1-5 trained by Dreambooth
|
| 10 |
|
| 11 |
-
Trained on 39 pics, 3000 steps
|
| 12 |
|
| 13 |
What is Marco like?
|
| 14 |
-
<img src="https://huggingface.co/AkiKagura/mkgen-diffusion/resolve/main/samples/
|
| 15 |
<img src="https://huggingface.co/AkiKagura/mkgen-diffusion/resolve/main/samples/IMG_0537.jpeg" width="512" height="512"/>
|
| 16 |
|
| 17 |
Some samples generated by this model:
|
|
|
|
| 4 |
- text-to-image
|
| 5 |
---
|
| 6 |
|
| 7 |
+
A stable diffusion model used to generate Marco's pictures by the prompt **'mkmk woman'**
|
| 8 |
|
| 9 |
+
Based on runwayml/stable-diffusion-v1-5 trained by Dreambooth
|
| 10 |
|
| 11 |
+
Trained on 39 pics, 3000 steps
|
| 12 |
|
| 13 |
What is Marco like?
|
| 14 |
+
<img src="https://huggingface.co/AkiKagura/mkgen-diffusion/resolve/main/samples/IMG_2683.jpeg" width="512" height="512"/>
|
| 15 |
<img src="https://huggingface.co/AkiKagura/mkgen-diffusion/resolve/main/samples/IMG_0537.jpeg" width="512" height="512"/>
|
| 16 |
|
| 17 |
Some samples generated by this model:
|