Instructions to use veralmusik/wanvera with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use veralmusik/wanvera with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DFloat11/Wan2.1-T2V-14B-Diffusers-DF11", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("veralmusik/wanvera") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
WANVERA_epoch1000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99c7296c7686f997c822e77011e1b135f6510fe20c8580426e1deab07935033b
|
| 3 |
+
size 306807976
|
images/a9558ec8db24f73956bf153286be4ddeff107e412f81140e336e04d19c427830.png
ADDED
|
Git LFS Details
|