CoolFace
Modelpublic

Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style

sourceHugging Faceotherupdated 2y agoView on Hugging Face
40likes179downloads
Model Card

<Gallery />

Model description

These are Norod78/Flux1DevLoRAPaper-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

py
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.