Instructions to use B4100/fluxplaytime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use B4100/fluxplaytime with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wikeeyang/Flux2-Klein-9B-True-V2", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("B4100/fluxplaytime") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/aa2.png +3 -0
- party_time_v2.0_klein9b.safetensors +3 -0
images/aa2.png
ADDED
|
Git LFS Details
|
party_time_v2.0_klein9b.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc369cda4370cde8244e5934ac7323b9d39f0797d729c1931c8c0621692ce91c
|
| 3 |
+
size 318784864
|