Oscar Claude Monet [Flux1]

- Prompt
- Impressionism \(Oscar-Claude Monet\), The image is a painting of a landscape with a bridge over a body of water.

- Prompt
- painting of a plant with purple flowers on a yellow background

- Prompt
- painting of a seascape with a rocky cliff in the background

- Prompt
- Impressionism \(Oscar-Claude Monet\), The image is a painting of a landscape with urban building ruins
(CivitAI)
Model description
Style LoRA intended to mimic the style of the late Oscar Claude Monet
Please let me know your thoughts!
Huggingface: AiAF (AIArtFactory) (huggingface.co)
Ko-fi: https://ko-fi.com/aiartfactory
Twitter: AiArt Factory (@AiArtFactory) / X (twitter.com)
TikTok: https://www.tiktok.com/@ai_art_factory?_t=8cykD6v1PRu&_r=1
Instagram: https://instagram.com/aiart.factory?igshid=NGExMmI2YTkyZg==
Deviantart: https://www.deviantart.com/aiartfactory
Trigger words
You should use Oscar-Claude Monet \(Artist\)
, Impressionism \(Oscar-Claude Monet\)
, Realism \(Oscar-Claude Monet\)
to trigger the generation.
Download model
Weights for this model are available in Safetensors format. Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipe.load_lora_weights('AiAF/oscar-claude-monet-flux1', weight_name='oscar-claude-monet-flux1.safetensors')
image = pipeline('Impressionism \(Oscar-Claude Monet\), The image is a painting of a landscape with a bridge over a body of water.').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 1
Model tree for AiAF/oscar-claude-monet-flux1
Base model
black-forest-labs/FLUX.1-dev