How to use from the
Use from the
Diffusers library
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("shreenithi20/flux_lora_sketch_style")

prompt = "A cute dog wearing a hat, holding a sign that says 'Adopt Me', cheerful background, pastel colors, illustration style"
image = pipe(prompt).images[0]
Prompt
A cute dog wearing a hat, holding a sign that says 'Adopt Me', cheerful background, pastel colors, illustration style
Prompt
a man pushing a cart of fruits, illustration style
Prompt
A small bird perched on a wooden branch, warm sunlight, shallow depth of field, illustration style
Prompt
A portrait of a woman in soft daylight, natural expression, minimal background, illustration style
Prompt
A cupcake with strawberry frosting with a strwberry fruit on top, illustration style
Prompt
sandwich, illustration style
Prompt
A blue dinosaur with multicoloured spikes, illustration style
Prompt
lotus flower, illustration style
Prompt
lady in pink saree wearing sunglasses, illustration style
Prompt
A cozy coffee shop interior with a chalkboard menu behind the counter reading 'Latte • Espresso • Mocha', illustration style
Downloads last month
3
Inference Providers NEW
Examples

Model tree for shreenithi20/flux_lora_sketch_style

Adapter
(40972)
this model

Collection including shreenithi20/flux_lora_sketch_style