Instructions to use Marjean28/Flux-LoRAS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Marjean28/Flux-LoRAS 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("Marjean28/Flux-LoRAS") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Beauty and the Beast Master Henri Matisse Fauvism Portrait Style

- Prompt
- -
Model description
Trained on 42 painting by the French artist Henri Émile Benoît Matisse (French: [ɑ̃ʁi emil bənwa matis]; 31 December 1869 – 3 November 1954). He was a French visual artist, known for both his use of color and his fluid and original draughtsmanship. He was a draughtsman, printmaker, and sculptor, but is known primarily as a painter.[1]. The intense colorism of the works he painted between 1900 and 1905 brought him notoriety as one of the Fauves (French for "wild beasts"). Many of his finest works were created in the decade or so after 1906, when he developed a rigorous style that emphasized flattened forms and decorative pattern.
Trigger words
You should use Matisse to trigger the image generation.
You should use Henri Émile Benoît Matisse to trigger the image generation.
You should use Fauvism to trigger the image generation.
You should use Painter to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 7
Model tree for Marjean28/Flux-LoRAS
Base model
black-forest-labs/FLUX.1-dev