Instructions to use alvdansen/flux-koda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/flux-koda 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("alvdansen/flux-koda") prompt = "woman, flmft kodachrome style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
add AIBOM
#6 opened 12 months ago
by
RiccardoDav
See through clothing, reveal boobs
#5 opened over 1 year ago
by
Dee11111
Can you share some training details?
1
#4 opened over 1 year ago
by
YGSC
Great Lora
1
#3 opened over 1 year ago
by
roelfrenkema
hoiw can i use your model i am using access token api still receives permission error do i need permission from you to access these models?
2
#2 opened almost 2 years ago
by
anonymousdark
Good work!
👍 2
1
#1 opened almost 2 years ago
by
CHNtentes