seawolf2357 commited on
Commit
0edf643
1 Parent(s): d76f332

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 woman wearing a white shirt and black leggings, standing on a set of stairs
11
+ with a black Chanel bag in her hand. The background of the image is a building.
12
+ [trigger]
13
+ output:
14
+ url: samples/1728266939949__000001000_0.jpg
15
+ base_model: black-forest-labs/FLUX.1-dev
16
+ instance_prompt: handbag
17
+ license: other
18
+ license_name: flux-1-dev-non-commercial-license
19
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
20
+ ---
21
+
22
+ # test-bag4
23
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
24
+ <Gallery />
25
+
26
+ ## Trigger words
27
+
28
+ You should use `handbag` to trigger the image generation.
29
+
30
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
31
+
32
+ Weights for this model are available in Safetensors format.
33
+
34
+ [Download](/seawolf2357/test-bag4/tree/main) them in the Files & versions tab.
35
+
36
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
37
+
38
+ ```py
39
+ from diffusers import AutoPipelineForText2Image
40
+ import torch
41
+
42
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
43
+ pipeline.load_lora_weights('seawolf2357/test-bag4', weight_name='test-bag4.safetensors')
44
+ image = pipeline('a woman wearing a white shirt and black leggings, standing on a set of stairs with a black Chanel bag in her hand. The background of the image is a building. [trigger]').images[0]
45
+ image.save("my_image.png")
46
+ ```
47
+
48
+ 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)
49
+
samples/1728266939949__000001000_0.jpg ADDED
test-bag4.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5984ef93752893cd4cb589b265ad20d87154ad43c4dd4cb3423fc28226b4d0
3
+ size 171969400
test-bag4_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e80bc5a60a97f30631f3908b0e0b3d831b0eb94e1dd701d3ce687ed19aa9200
3
+ size 171969400
test-bag4_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62530ec5589aa9b127c3670df827393de4a04ac515af26d58957f2359b15d89c
3
+ size 171969400
test-bag4_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c60c8ead687ef6f6c962e235bc1045f9375fc973615ecc7e2e0314abb04938
3
+ size 171969400