Instructions to use chakify/flux-dev-lora-jibo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chakify/flux-dev-lora-jibo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("chakify/flux-dev-lora-jibo") prompt = "JIBO" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add flux-dev-lora-jibo.safetensors
Browse files
flux-dev-lora-jibo.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:726344085111478fd26e6bb8b5ac8a610b1e975472e27f6864680d47f2174e25
|
| 3 |
+
size 89745224
|