Instructions to use B4100/suckanything with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use B4100/suckanything with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheRaf7/ultra-real-wan2.2", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("B4100/suckanything") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/aa3.png
ADDED
|
Git LFS Details
|
wan22-5uck1t-v2-3epoc-high-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb41002500a28dc220fc628a510412f14f75482b679c2d47fd2f1cef518bf1a4
|
| 3 |
+
size 306808352
|
wan22-5uck1t-v2-3epoc-low-k3nk.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7057b1c1b67384689aa32a2656a2acaaefa013db957d97d5afd257f16d70fbc0
|
| 3 |
+
size 306808352
|