seawolf2357
commited on
Commit
•
8cf3395
1
Parent(s):
926e9d8
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- ai-toolkit
|
9 |
+
widget:
|
10 |
+
- text: Audrey Hepburn wearing a red dress with a white teddy bear on it, set against
|
11 |
+
a grey background. [trigger]
|
12 |
+
output:
|
13 |
+
url: samples/1729042685626__000001000_0.jpg
|
14 |
+
base_model: black-forest-labs/FLUX.1-dev
|
15 |
+
instance_prompt: Audrey Hepburn
|
16 |
+
license: other
|
17 |
+
license_name: flux-1-dev-non-commercial-license
|
18 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
19 |
+
---
|
20 |
+
|
21 |
+
# audrey-hepburn
|
22 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
23 |
+
<Gallery />
|
24 |
+
|
25 |
+
## Trigger words
|
26 |
+
|
27 |
+
You should use `Audrey Hepburn` to trigger the image generation.
|
28 |
+
|
29 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
30 |
+
|
31 |
+
Weights for this model are available in Safetensors format.
|
32 |
+
|
33 |
+
[Download](/seawolf2357/audrey-hepburn/tree/main) them in the Files & versions tab.
|
34 |
+
|
35 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
36 |
+
|
37 |
+
```py
|
38 |
+
from diffusers import AutoPipelineForText2Image
|
39 |
+
import torch
|
40 |
+
|
41 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
42 |
+
pipeline.load_lora_weights('seawolf2357/audrey-hepburn', weight_name='audrey-hepburn.safetensors')
|
43 |
+
image = pipeline('Audrey Hepburn wearing a red dress with a white teddy bear on it, set against a grey background. [trigger]').images[0]
|
44 |
+
image.save("my_image.png")
|
45 |
+
```
|
46 |
+
|
47 |
+
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)
|
48 |
+
|
audrey-hepburn.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9db473588b647d0d17e28d3f3b7e042661551ffd34f5395f01c0071fac47e8
|
3 |
+
size 171969424
|
audrey-hepburn_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8555aca14674c3783c10d38311ab7a72102b97d8f9c7a41f5cd267be1e322586
|
3 |
+
size 171969424
|
audrey-hepburn_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:301cdd9fa8ceaf2dca1cbba1f7b4b1f0b79d30b0a23f0f4a66a3e11ae4ff0448
|
3 |
+
size 171969424
|
audrey-hepburn_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73e563431cd7a10a67ae813ffa29bbc25e18adcb357d95edeb173d1fb6677c7b
|
3 |
+
size 171969424
|
samples/1729042685626__000001000_0.jpg
ADDED