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 Settings
- Draw Things
- DiffusionBee
metadata
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: images/1764028086048__000003000_0.jpg
text: >-
berthe_morisot style, woman with red hair, playing chess at the park, bomb
going off in the background
- output:
url: images/1764028164650__000003000_2.jpg
text: >-
berthe_morisot style, woman playing the guitar, on stage, singing a song,
laser lights, punk rocker
- output:
url: images/1764028408634__000003000_6.jpg
text: make this picture berthe_morisot style
- output:
url: images/1764028334084__000003000_5.jpg
text: make this picture berthe_morisot style
base_model: black-forest-labs/FLUX.2-dev
instance_prompt: berthe_morisot style
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.
