Instructions to use B4100/readyforbj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use B4100/readyforbj 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/readyforbj") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/adaaff0a-f617-4617-8c75-cdfbfe2e1fdb.jpeg
ADDED
|
Git LFS Details
|
readyforbj_WAN22_000001250_high_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71c7dc04d49dbcf69da97ece2fe682fa9cfef24818b8fbd7c31d3825cab1543f
|
| 3 |
+
size 306808376
|
readyforbj_WAN22_000001250_low_noise.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ddba644de1d6822ca7f83d69adce8862218e3841ee69fcc9227ecdbd8161a20
|
| 3 |
+
size 306808376
|