Instructions to use Market5/Catwalk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Market5/Catwalk 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.1-I2V-14B-480P", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Market5/Catwalk") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files
P007-Catwalk-i2v-v30-000010_converted.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa4267f8412625e44358c9a3c88b4fa4fddeb3ebf51024663edfce6a2c8a3433
|
| 3 |
+
size 359259672
|
images/20250917-144850.jpg
ADDED
|
Git LFS Details
|