Instructions to use Mari-ano/renoir-lor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Mari-ano/renoir-lor 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("Mari-ano/renoir-lor") prompt = "renoirImpressionism, impressionist oil painting, half-length portrait of a young woman facing the viewer, wearing a dark cape and a large black ribboned hat, cradling a lush bouquet of garden flowers (pinks, reds, violets, whites) against a soft blue sky with two tiny white doves. Late-afternoon dappled light grazes her cheeks and hands; luminous rosy skin with pinks and ochres; warm highlights melt into cool lilac-green shadows. Loose, broken brushstrokes and creamy impasto across the lace and flowers; feathery flicks around edges; soft scumbles in the sky; no hard outlines. Colors subtly vibrate—rose, ultramarine, viridian, lemon—edges dissolve into shimmering air. Intimate, tender mood; the bouquet flickers with small color dabs; background softly blurred like a garden in sun." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!