Upload folder using huggingface_hub
Browse files- README.md +52 -0
- pau-lora.safetensors +3 -0
- pau-lora_000000250.safetensors +3 -0
- pau-lora_000000500.safetensors +3 -0
- pau-lora_000000750.safetensors +3 -0
- samples/1743591472677__000001000_0.jpg +0 -0
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: '[trigger] in his early twenties with light skin and short, slightly messy
|
11 |
+
brown hair. [trigger] is smiling subtly, looking directly at the camera. [trigger]
|
12 |
+
is wearing a dark blue textured knit sweater over a white crew-neck shirt.
|
13 |
+
The background is a soft, neutral beige with even lighting and no shadows,
|
14 |
+
creating a calm and professional studio-like setting. The overall mood is
|
15 |
+
friendly and casual.'
|
16 |
+
output:
|
17 |
+
url: samples/1743591472677__000001000_0.jpg
|
18 |
+
base_model: black-forest-labs/FLUX.1-dev
|
19 |
+
instance_prompt: bbehalmo
|
20 |
+
license: other
|
21 |
+
license_name: flux-1-dev-non-commercial-license
|
22 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
23 |
+
---
|
24 |
+
|
25 |
+
# pau-lora
|
26 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
27 |
+
<Gallery />
|
28 |
+
|
29 |
+
## Trigger words
|
30 |
+
|
31 |
+
You should use `bbehalmo` to trigger the image generation.
|
32 |
+
|
33 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
34 |
+
|
35 |
+
Weights for this model are available in Safetensors format.
|
36 |
+
|
37 |
+
[Download](/paukraft/pau-lora/tree/main) them in the Files & versions tab.
|
38 |
+
|
39 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
40 |
+
|
41 |
+
```py
|
42 |
+
from diffusers import AutoPipelineForText2Image
|
43 |
+
import torch
|
44 |
+
|
45 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
46 |
+
pipeline.load_lora_weights('paukraft/pau-lora', weight_name='pau-lora.safetensors')
|
47 |
+
image = pipeline('[trigger] in his early twenties with light skin and short, slightly messy brown hair. [trigger] is smiling subtly, looking directly at the camera. [trigger] is wearing a dark blue textured knit sweater over a white crew-neck shirt. The background is a soft, neutral beige with even lighting and no shadows, creating a calm and professional studio-like setting. The overall mood is friendly and casual.').images[0]
|
48 |
+
image.save("my_image.png")
|
49 |
+
```
|
50 |
+
|
51 |
+
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)
|
52 |
+
|
pau-lora.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2ab22e8093bbdd91795726a56304148a40e617372019f1f593194c5378d96bc
|
3 |
+
size 171969400
|
pau-lora_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4eea0a767c29600fdafca2aa9d18fd9e4f89da6a809c6876b599211631cb089
|
3 |
+
size 171969400
|
pau-lora_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98642add5f700bee3f00f20f20a061b1745e12992cea098c8780f65824259184
|
3 |
+
size 171969400
|
pau-lora_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e5be9a464088dd2502f7b0c18426f8c1967b36f523e890152346498b92a79ff
|
3 |
+
size 171969400
|
samples/1743591472677__000001000_0.jpg
ADDED
![]() |