Instructions to use ludocomito/flux-lora-caravaggio with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ludocomito/flux-lora-caravaggio 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("ludocomito/flux-lora-caravaggio") prompt = "Man having lunch in the style of CARAVAGGIO" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 6 files
Browse files- examples/1.webp +0 -0
- examples/2.webp +0 -0
- examples/3.jpeg +0 -0
- examples/4.jpeg +0 -0
- examples/5.webp +0 -0
- examples/6.jpeg +0 -0
examples/1.webp
ADDED
|
examples/2.webp
ADDED
|
examples/3.jpeg
ADDED
|
examples/4.jpeg
ADDED
|
examples/5.webp
ADDED
|
examples/6.jpeg
ADDED
|