seawolf2357
commited on
Commit
•
d6dbee4
1
Parent(s):
16d69b2
Upload folder using huggingface_hub
Browse files- README.md +48 -0
- samples/1728209077362__000001000_0.jpg +0 -0
- test-fash2.safetensors +3 -0
- test-fash2_000000250.safetensors +3 -0
- test-fash2_000000500.safetensors +3 -0
- test-fash2_000000750.safetensors +3 -0
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: a model wearing a black satin blouse and jeans, standing against a grey
|
11 |
+
background. The blouse has a glossy finish, giving it a luxurious look. [trigger]
|
12 |
+
output:
|
13 |
+
url: samples/1728209077362__000001000_0.jpg
|
14 |
+
base_model: black-forest-labs/FLUX.1-dev
|
15 |
+
instance_prompt: shirts
|
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 |
+
# test-fash2
|
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 `shirts` 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/test-fash2/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/test-fash2', weight_name='test-fash2.safetensors')
|
43 |
+
image = pipeline('a model wearing a black satin blouse and jeans, standing against a grey background. The blouse has a glossy finish, giving it a luxurious look. [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 |
+
|
samples/1728209077362__000001000_0.jpg
ADDED
test-fash2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aff1db217060960312ecdea44f868e5a3d2ed683bd4207c1fbadecbe676ab2be
|
3 |
+
size 171969400
|
test-fash2_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e10aa46a789f287ce74aaccf29d428db9a2345440aea7d5a7994250b31cfcb4
|
3 |
+
size 171969400
|
test-fash2_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec5146ee02b84ca70fa3d2ebbd5a7cbd39576da2dd432bedcd696352e176a627
|
3 |
+
size 171969400
|
test-fash2_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d81ae1d716c66244fc4cd1e442139c382c4aaeaa5ce97d4a2ad6ce8506293404
|
3 |
+
size 171969400
|