Instructions to use codermert/busra_fluxx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use codermert/busra_fluxx 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("codermert/busra_fluxx") prompt = "DHANUSH" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
f9d3166 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06dfd5f0b13cf70c935fb20267c1b4ce88d65db6331339e831c0eae429d3b288
size 173272836
|