File size: 3,380 Bytes
969fee1
 
 
 
 
 
 
 
 
 
 
437aa98
969fee1
 
52d4649
 
 
 
bc9aff4
52d4649
537c23e
52d4649
bc9aff4
 
 
 
 
 
52d4649
 
 
 
 
 
f7815cd
 
 
 
 
 
0cf7e80
 
 
 
 
 
 
 
 
 
 
 
2d9b6dc
 
 
 
 
 
 
 
 
 
 
 
d2d5994
 
 
 
a4d2f02
2d9b6dc
969fee1
 
 
 
 
 
 
 
 
bb28595
 
 
 
 
 
969fee1
 
 
 
 
 
 
 
 
 
 
 
437aa98
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
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

---

# Flux Lora Estoypresa

Trained on Replicate using:

https://replicate.com/ostris/flux-dev-lora-trainer/train


## Trigger words
You should use `STYPRS` to trigger the image generation.

<Gallery />



## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)