Instructions to use Jonjew/ModernMinimalismFlux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/ModernMinimalismFlux 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("Jonjew/ModernMinimalismFlux") prompt = "mad-mdrnmnmlsm painting of a cyberpunk woman wearing a futuristic kimono in front of stylized sun, cybernetic implants, paint splashes, outrun, teal and yellow background <lora:modern-minimalism-flux:1.0> brush_stroke" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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("Jonjew/ModernMinimalismFlux")
prompt = "mad-mdrnmnmlsm painting of a cyberpunk woman wearing a futuristic kimono in front of stylized sun, cybernetic implants, paint splashes, outrun, teal and yellow background <lora:modern-minimalism-flux:1.0> brush_stroke"
image = pipe(prompt).images[0]Modern Minimalism FLUX

- Prompt
- mad-mdrnmnmlsm painting of a cyberpunk woman wearing a futuristic kimono in front of stylized sun, cybernetic implants, paint splashes, outrun, teal and yellow background <lora:modern-minimalism-flux:1.0> brush_stroke
- Negative Prompt
- Guidance: 1 Steps: 20 Seed: 3596382678

- Prompt
- mad-mdrnmnmlsm painting of futuristic clothing, woman sitting on the roof in a cyberpunk city overlooking a busy<lora:modern-minimalism-flux:1.2> brush_stroke, red,
- Negative Prompt
- Guidance: 1 Steps: 20 Seed: 2241650794

- Prompt
- mad-mdrnmnmlsm painting of woman wearing a futuristic dress, smiling, upper body, text banner reading "modern minimalism" <lora:modern-minimalism-flux:1.2> brush_stroke, orange
- Negative Prompt
- Guidance: 1 Steps: 20 Seed: 774678587

- Prompt
- black and white and red mad-mdrnmnmlsm painting of a woman <lora:modern-minimalism-flux:1.2> brush_stroke
- Negative Prompt
- Guidance: 1 Steps: 20 Seed: 1430858349

- Prompt
- mad-mdrnmnmlsm painting of futuristic clothing, woman sitting on the roof in a cyberpunk city overlooking a busy<lora:modern-minimalism-flux:1.2> brush_stroke, red, neon yellow, navy blue, green
- Negative Prompt
- Guidance: 1 Steps: 20 Seed: 2688234518

- Prompt
- black and white and green mad-mdrnmnmlsm painting of a <lora:modern-minimalism-flux:1.2> brush_stroke
- Negative Prompt
- Guidance: 1 Steps: 20 Seed: 1470341916
Model description
FROM https://civitai.com/models/992509/modern-minimalism-flux
Triggers: mad-mdrnmnmlsm, painting of, paint splashes, outrun, brush strokes Strength 1.2
About this version The LoRA was trained on Flux-Dev.
It might not work with other Flux Versions. If it works, expect it to behave differently then with Flux-Dev.
The showcase images are made with Flux-Dev.
For Flux Dev I recommend the following setting - Lora strength 1.0-1.4, highres fix with denoising 0.4-0.5
Trigger words
You should use mad-mdrnmnmlsm to trigger the image generation.
You should use painting of to trigger the image generation.
You should use paint splashes to trigger the image generation.
You should use outrun to trigger the image generation.
You should use brush strokes to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 7
Model tree for Jonjew/ModernMinimalismFlux
Base model
black-forest-labs/FLUX.1-dev