Instructions to use shreenithi20/flux_lora_sketch_v8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shreenithi20/flux_lora_sketch_v8 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("shreenithi20/flux_lora_sketch_v8") prompt = "A passionate street artist with long black hair and a vibrant green jacket, painting on a canvas on a sidewalk with pink and yellow lights, detailed facial features with a focused expression, bold expressive lines and colorful swirls in the background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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_v8")
prompt = "A passionate street artist with long black hair and a vibrant green jacket, painting on a canvas on a sidewalk with pink and yellow lights, detailed facial features with a focused expression, bold expressive lines and colorful swirls in the background"
image = pipe(prompt).images[0]
- Prompt
- A passionate street artist with long black hair and a vibrant green jacket, painting on a canvas on a sidewalk with pink and yellow lights, detailed facial features with a focused expression, bold expressive lines and colorful swirls in the background

- Prompt
- A cheerful barista with long brown hair in a vibrant red apron, pouring coffee with a dynamic pose behind a colorful counter with bold yellow and green swirls, detailed facial features with a friendly smile, playful shading on clothing

- Prompt
- Three coworkers—a man with curly dark hair in a vibrant blue shirt, a woman with short black hair in a purple blouse, and another man in a green jacket—chatting animatedly in an office with dynamic orange and blue patterns, bold expressive brush strokes without any graffiti style writing, cheerful facial expressions

- Prompt
- A little boy and girl, holding hands and looking at a lotus pond full of white lotus in the morning golden hour
- Downloads last month
- 2
Model tree for shreenithi20/flux_lora_sketch_v8
Base model
black-forest-labs/FLUX.1-dev