seawolf2357 commited on
Commit
d70d844
·
verified ·
1 Parent(s): 09cafea

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 taking a selfie in a mirror while wearing a beige trench coat. She
11
+ is standing in front of a wall with two frames attached to it, and there is
12
+ a bag on the right side of the image. In the background, there are a few chairs
13
+ and a table. [trigger]
14
+ output:
15
+ url: samples/1728204409892__000001000_0.jpg
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: trench coat
18
+ license: other
19
+ license_name: flux-1-dev-non-commercial-license
20
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
21
+ ---
22
+
23
+ # test7-coat
24
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
25
+ <Gallery />
26
+
27
+ ## Trigger words
28
+
29
+ You should use `trench coat` to trigger the image generation.
30
+
31
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
32
+
33
+ Weights for this model are available in Safetensors format.
34
+
35
+ [Download](/seawolf2357/test7-coat/tree/main) them in the Files & versions tab.
36
+
37
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
38
+
39
+ ```py
40
+ from diffusers import AutoPipelineForText2Image
41
+ import torch
42
+
43
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
44
+ pipeline.load_lora_weights('seawolf2357/test7-coat', weight_name='test7-coat.safetensors')
45
+ image = pipeline('a woman taking a selfie in a mirror while wearing a beige trench coat. She is standing in front of a wall with two frames attached to it, and there is a bag on the right side of the image. In the background, there are a few chairs and a table. [trigger]').images[0]
46
+ image.save("my_image.png")
47
+ ```
48
+
49
+ 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)
50
+
samples/1728204409892__000001000_0.jpg ADDED
test7-coat.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd217aa02f406cf571016c95b8f8f545815aba5674c7c6a80f4aa013d2e50f1
3
+ size 171969408
test7-coat_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5db13ecc0d664146d21d3519c07c673b2ce986caa8622693a01c86c3f2a46ae
3
+ size 171969408
test7-coat_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e955c8d26fa1bddb42343c0751fed9fb8c83f51e58857a3bb19400b81e45d1a
3
+ size 171969408
test7-coat_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d044d640a76cb7a3edac34b9ede7545076fd0b2621774741c2c279a68e3247
3
+ size 171969408