Instructions to use wikeeyang/Magic-Wan-T2IV-V3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wikeeyang/Magic-Wan-T2IV-V3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wikeeyang/Magic-Wan-T2IV-V3", 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 Settings
- Draw Things
- DiffusionBee
Upload V3-Image-nvfp4mixed-test.png
Browse files- .gitattributes +1 -0
- V3-Image-nvfp4mixed-test.png +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ V3-Image_00002_.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
Magic-Wan-Image-V3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Magic-Wan-Image-V3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
Magic-Wan-Image-V3-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
Magic-Wan-Image-V3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Magic-Wan-Image-V3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
Magic-Wan-Image-V3-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
V3-Image-nvfp4mixed-test.png filter=lfs diff=lfs merge=lfs -text
|
V3-Image-nvfp4mixed-test.png
ADDED
|
Git LFS Details
|