
- Prompt
- The cookie monster, Paper Cutout Style

- Prompt
- Gal Gadot as wonderwoman, Paper Cutout Style

- Prompt
- The Joker, Paper Cutout Style

- Prompt
- A green Cthulhu is rising from the blue sea in a great lightning storm, based on a story by H.P. Lovecraft, Paper Cutout Style

- Prompt
- Kermit the frog, Paper Cutout Style
Model description
These are Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style LoRA weights for black-forest-labs/FLUX.1-dev.
The weights were trained with the fal.ai Flux trainer.
Trigger words
You should use Paper Cutout Style
to trigger the image generation.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style', weight_name='Flux_1_Dev_LoRA_Paper-Cutout-Style.safetensors')
image = pipeline('Gal Gadot as wonderwoman, Paper Cutout Style').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
License
Please adhere to the licensing terms as described here.
- Downloads last month
- 725
Model tree for Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style
Base model
black-forest-labs/FLUX.1-dev