Instructions to use profpeng/bjmultishot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use profpeng/bjmultishot 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("profpeng/bjmultishot") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files
W22_Multiscene_BJ_i2v_HN.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bae016531cfa9065fb05046fe9ef4f780a9227500428285e9023bad40ab94c2b
|
| 3 |
+
size 306848872
|
W22_Multiscene_BJ_i2v_LN.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f084344dd14327f4d8a20d22c2676ffbed5c29c2d8c7cbaca6e98fbb6475ecc5
|
| 3 |
+
size 306849240
|
images/Screenshot 2026-04-10 at 7.24.39 PM.png
ADDED
|
Git LFS Details
|