Instructions to use ostris/flux2_berthe_morisot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/flux2_berthe_morisot 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.2-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ostris/flux2_berthe_morisot") prompt = "berthe_morisot style, woman with red hair, playing chess at the park, bomb going off in the background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
FLUX.2 - Berthe Morisot Style

- Prompt
- berthe_morisot style, woman with red hair, playing chess at the park, bomb going off in the background

- Prompt
- berthe_morisot style, woman playing the guitar, on stage, singing a song, laser lights, punk rocker

- Prompt
- make this picture berthe_morisot style

- Prompt
- make this picture berthe_morisot style
Model description
This LoRA will work for text to image and instruction style conversion to make images in the style of the painter Berthe Morisot. This LoRA was trained during filming a tutorial How to Train a FLUX.2 LoRA with AI Toolkit
Trigger words
You should use berthe_morisot style to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 2,191
