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
- 1,582
Model tree for Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style
Base model
black-forest-labs/FLUX.1-dev