Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 person in a bustling cafe retrofuturewoman
|
11 |
+
output:
|
12 |
+
url: samples/1730393280650__000001000_0.jpg
|
13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
14 |
+
instance_prompt: retrofuturewoman
|
15 |
+
license: other
|
16 |
+
license_name: flux-1-dev-non-commercial-license
|
17 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
18 |
+
---
|
19 |
+
|
20 |
+
# retrofuturewoman
|
21 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
22 |
+
<Gallery />
|
23 |
+
|
24 |
+
## Trigger words
|
25 |
+
|
26 |
+
You should use `retrofuturewoman` to trigger the image generation.
|
27 |
+
|
28 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
29 |
+
|
30 |
+
Weights for this model are available in Safetensors format.
|
31 |
+
|
32 |
+
[Download](/life/retrofuturewoman/tree/main) them in the Files & versions tab.
|
33 |
+
|
34 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
35 |
+
|
36 |
+
```py
|
37 |
+
from diffusers import AutoPipelineForText2Image
|
38 |
+
import torch
|
39 |
+
|
40 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
41 |
+
pipeline.load_lora_weights('life/retrofuturewoman', weight_name='retrofuturewoman.safetensors')
|
42 |
+
image = pipeline('A person in a bustling cafe retrofuturewoman').images[0]
|
43 |
+
image.save("my_image.png")
|
44 |
+
```
|
45 |
+
|
46 |
+
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)
|
47 |
+
|
retrofuturewoman.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4c2337117832caff7fbf48c9264a6ee01153f20aa59463d080e993405f44bd2
|
3 |
+
size 171969432
|
retrofuturewoman_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:630afd0dff7b068a4335796ac9898f2824c2d2456882a7f2337d13fa2ad638ac
|
3 |
+
size 171969432
|
retrofuturewoman_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15f6ad9a82c534b7c15ec427bfec7bfbafafd001081b3293841c2cc4524a4760
|
3 |
+
size 171969432
|
retrofuturewoman_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81b374e251f2e03a2a0cef45b969dc9f565f5c7d90ae52bd019ad4433fbde519
|
3 |
+
size 171969432
|
samples/1730393280650__000001000_0.jpg
ADDED