RodrigoFlorencio
commited on
Commit
•
397cdb2
1
Parent(s):
224e151
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: A realistic IPhone 15 selfie of 5 years old female FluxTManu. Ultra realistic.
|
11 |
+
Background blur.
|
12 |
+
output:
|
13 |
+
url: samples/1726184803539__000001000_0.jpg
|
14 |
+
- text: A cinematic shot of 1 year old female FluxTManu surfing a big wave in Thailand.
|
15 |
+
Ultra realistic. Background blur
|
16 |
+
output:
|
17 |
+
url: samples/1726184808712__000001000_1.jpg
|
18 |
+
- text: A photo of 1 year old female FluxTManu working in front of a computer in
|
19 |
+
a tech company in Silicon Valley. Background blur.
|
20 |
+
output:
|
21 |
+
url: samples/1726184813888__000001000_2.jpg
|
22 |
+
base_model: black-forest-labs/FLUX.1-schnell
|
23 |
+
instance_prompt: FluxTManu
|
24 |
+
license: apache-2.0
|
25 |
+
|
26 |
+
|
27 |
+
---
|
28 |
+
|
29 |
+
# fmanux-treinado
|
30 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
31 |
+
<Gallery />
|
32 |
+
|
33 |
+
## Trigger words
|
34 |
+
|
35 |
+
You should use `FluxTManu` to trigger the image generation.
|
36 |
+
|
37 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
38 |
+
|
39 |
+
Weights for this model are available in Safetensors format.
|
40 |
+
|
41 |
+
[Download](/RodrigoFlorencio/fmanux-treinado/tree/main) them in the Files & versions tab.
|
42 |
+
|
43 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
44 |
+
|
45 |
+
```py
|
46 |
+
from diffusers import AutoPipelineForText2Image
|
47 |
+
import torch
|
48 |
+
|
49 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-schnell', torch_dtype=torch.bfloat16).to('cuda')
|
50 |
+
pipeline.load_lora_weights('RodrigoFlorencio/fmanux-treinado', weight_name='fmanux-treinado')
|
51 |
+
image = pipeline('A realistic IPhone 15 selfie of 5 years old female FluxTManu. Ultra realistic. Background blur.').images[0]
|
52 |
+
image.save("my_image.png")
|
53 |
+
```
|
54 |
+
|
55 |
+
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)
|
56 |
+
|
fmanux-treinado.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98b665e85de43d6b294b38c62410463b6d69ff2065a3a32cfa8ef58556b68dfc
|
3 |
+
size 171969416
|
samples/1726184803539__000001000_0.jpg
ADDED
samples/1726184808712__000001000_1.jpg
ADDED
samples/1726184813888__000001000_2.jpg
ADDED