Instructions to use Nesslovver/Pusfix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nesslovver/Pusfix 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Nesslovver/Pusfix") prompt = "Pusfix" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/11784.png +3 -0
- pusfix-e5-21.safetensors +3 -0
images/11784.png
ADDED
|
Git LFS Details
|
pusfix-e5-21.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0e316180c88ff3a9243cd36158f4bbb7690ce1d5baba1eec6505871fb23c765
|
| 3 |
+
size 306807976
|