Instructions to use GM717/InstinctWAM-Wan22-5B-chip-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GM717/InstinctWAM-Wan22-5B-chip-lora with PEFT:
Task type is invalid.
- Wan2.2
How to use GM717/InstinctWAM-Wan22-5B-chip-lora with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Diffusers
How to use GM717/InstinctWAM-Wan22-5B-chip-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-TI2V-5B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("GM717/InstinctWAM-Wan22-5B-chip-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
11a2ad1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6db7d368e76294c384c6f484f14f8bc4a1215758a6cd9259a1eaac32b0516320
size 322512256
|