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