metadata
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co./black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
language:
- en
tags:
- flux
- diffusers
- lora
- replicate
base_model: black-forest-labs/FLUX.1-schnell
pipeline_tag: text-to-image
instance_prompt: STYPRS
widget:
- text: pixar style STYPRS girl
example_title: Cartoon style Presa
output:
url: samples/pixar-presa-01.png
- text: >-
3d animation pixar style STYPRS girl, high quality render, raytrace,
unreal engine 5
example_title: 3d Pixar style Presa
output:
url: samples/3d-presa-01.png
- text: >-
3d animation pixar style STYPRS girl, The image is a color photograph of a
young woman posing in a casual indoor setting. She has long, straight
black hair with bangs, and a large green fabric flower is pinned on the
right side of her head. Her hair contrasts against her fair skin, and her
expression is neutral, with her lips slightly parted. She is wearing a
fitted green t-shirt, which is knotted at her waist, accentuating her
figure. The shirt has short sleeves and a low neckline. Around her neck is
a black choker. She also wears a short, black skirt, which sits high on
her waist. The lighting in the image is soft and even, casting minimal
shadows, giving the photograph a clear and direct feel. Her right hand is
resting on her hip, while her left arm is relaxed at her side. The
background is a simple, light-colored wall, creating a neutral backdrop
that keeps the focus on her. The overall vibe of the image is modern and
casual, with a sense of personal style.
example_title: Liberpresa
output:
url: samples/lourdes-presa-01.png
- text: 3d animation pixar style STYPRS donald trump.
example_title: Donald Presa
output:
url: samples/donald-presa-01.png
- text: 3d animation pixar style STYPRS superman.
example_title: Super Presa
output:
url: samples/super-presa-01.png
- text: baby yoda in the style of STYPRS.
example_title: Baby Presa
output:
url: samples/baby-presa-01.png
- text: photo of STYPRS girl in the style of robert mapplethorpe
example_title: Photo by Robert Mapplethorpe
output:
url: samples/robert-mapplepresa-01.png
- text: STYPRS girl in the style of tim burton
example_title: By Tim Burton
output:
url: samples/tim-burtpresa-02.png
- text: portrait painting of STYPRS Monna Lisa painted by Leonardo da Vinci
example_title: Monna Presa
output:
url: samples/monna-presa-02.png
Trigger words
You should use STYPRS
to trigger the image generation.
Flux Lora Estoypresa
Trained on Replicate using:
https://replicate.com/ostris/flux-dev-lora-trainer/train
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.float16).to('cuda')
pipeline.load_lora_weights('lichorosario/flux-lora-estoypresa', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers