Instructions to use Chan-Y/MangaDF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Chan-Y/MangaDF with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Chan-Y/MangaDF", dtype=torch.bfloat16, device_map="cuda") prompt = "A samurai warrior in traditional armor holding a katana." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 6 files
Browse files- .gitattributes +4 -0
- images/000.png +0 -0
- images/003.png +3 -0
- images/004.png +3 -0
- images/005.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/002.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/002.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
images/000.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/003.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/004.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/005.png filter=lfs diff=lfs merge=lfs -text
|
images/000.png
CHANGED
|
|
Git LFS Details
|
images/003.png
ADDED
|
Git LFS Details
|
images/004.png
ADDED
|
Git LFS Details
|
images/005.png
ADDED
|
Git LFS Details
|