Instructions to use B4100/dld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use B4100/dld with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Gingles/PussyLoRA_Wan2.2_HearmemanAI", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("B4100/dld") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/Firefly_gpt-image (26).png
ADDED
|
Git LFS Details
|
wan22-i2v-dildo-os-high.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f877e61f1287c48542f170e984a7cdcefb8cbbe2f108aad52f6bb62d3f69586
|
| 3 |
+
size 306807976
|
wan22-i2v-dildo-os-low.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84324dabdcd4f57a497e73595c5564bd0721b3fa91c4c7e87533270b171377a5
|
| 3 |
+
size 306807976
|