Instructions to use vs211/comfy-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vs211/comfy-models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ostris/wan22_i2v_14b_orbit_shot_lora", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("vs211/comfy-models") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 7 files
Browse files- DREAMLAY_I2V_14B_HIGH_V2.safetensors +3 -0
- DREAMLAY_I2V_14B_LOW.safetensors +3 -0
- NW-22-H-e8.safetensors +3 -0
- NW-22-L-e8.safetensors +3 -0
- Wan2.2-org-high.safetensors +3 -0
- Wan2.2-org-low.safetensors +3 -0
- images/WAN 2.2 I2V.png +3 -0
DREAMLAY_I2V_14B_HIGH_V2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9931756c202bd8d4946c0d163c1269231a6352b51bb4235f6a19894c9ad8c68
|
| 3 |
+
size 306807976
|
DREAMLAY_I2V_14B_LOW.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ef9f1634197872154992b8cfd901572ec69b937e5e7b5a15c0682c87fc2d040
|
| 3 |
+
size 306807976
|
NW-22-H-e8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34e2144d3cd65360f97d09ccbe03e1c39a096df6c9234af5fe3899d1b63cda39
|
| 3 |
+
size 613516752
|
NW-22-L-e8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6b783742f4d5fd63a0223ae1d5bf64fc995a6b408480ac2a00528ae0d4146db
|
| 3 |
+
size 613516752
|
Wan2.2-org-high.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8770a008f30f5c4022e9a29deb48bfb17eca8e9ad3d88f3a43342073b97698ef
|
| 3 |
+
size 306807976
|
Wan2.2-org-low.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b8980d3bb1f4a6f32dab6954fdc31af491b43380fd3c3ec9890f75760436109
|
| 3 |
+
size 306807976
|
images/WAN 2.2 I2V.png
ADDED
|
Git LFS Details
|