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
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ base_model_relation: finetune
|
|
| 25 |
|
| 26 |
Pure base model, suitable for fine-tuning or LoRA training, and can also be combined with various Turbo / Distill / SFW / NSFW LoRAs.
|
| 27 |
|
| 28 |
-
感谢:
|
| 29 |
|
| 30 |
感谢:[@T8star-Aix](https://space.bilibili.com/385085361),[@AI-KSK](https://space.bilibili.com/110353151),[@黑鹤001](https://space.bilibili.com/515231056),[@大麦茶看AI](https://space.bilibili.com/310599757),[@joeMultimedia](https://space.bilibili.com/612740284) 等一众大佬对本模型的技术评测、使用介绍、社区推荐及进一步微调提升等方面的建议和支持。
|
| 31 |
|
|
|
|
| 25 |
|
| 26 |
Pure base model, suitable for fine-tuning or LoRA training, and can also be combined with various Turbo / Distill / SFW / NSFW LoRAs.
|
| 27 |
|
| 28 |
+
感谢:[@亮亮rayne](https://www.linkedin.com/in/2941b192),[@GuangyuanSD](https://huggingface.co/GuangyuanSD),[@kanttouchthis](https://huggingface.co/kanttouchthis),[@QuantFunc](https://huggingface.co/QuantFunc) 在本模型调制优化过程中给与技术、构图、美学、量化等方面的指导和支持。
|
| 29 |
|
| 30 |
感谢:[@T8star-Aix](https://space.bilibili.com/385085361),[@AI-KSK](https://space.bilibili.com/110353151),[@黑鹤001](https://space.bilibili.com/515231056),[@大麦茶看AI](https://space.bilibili.com/310599757),[@joeMultimedia](https://space.bilibili.com/612740284) 等一众大佬对本模型的技术评测、使用介绍、社区推荐及进一步微调提升等方面的建议和支持。
|
| 31 |
|