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