Instructions to use ostris/wan22_i2v_14b_orbit_shot_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/wan22_i2v_14b_orbit_shot_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-I2V-A14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ostris/wan22_i2v_14b_orbit_shot_lora") prompt = "orbit 180 around an astronaut on the moon. " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/ComfyUI_00787_.webp
ADDED
|
Git LFS Details
|
wan22_14b_i2v_orbit_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29577153141ca7f6405e34259d52bd32c673be7fd647dd607ba57db11c73cf14
|
| 3 |
+
size 153453568
|
wan22_14b_i2v_orbit_low_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6eed20e70161f97d209fca83fd5f1a37119885590a25db1ce3231b122c6ecf95
|
| 3 |
+
size 153453568
|