seawolf2357 commited on
Commit
36b6dd8
·
verified ·
1 Parent(s): 2c69345

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 traditional Korean Hanbok, a long-sleeved blouse with
11
+ intricate embroidery and a high-waisted skirt. The blouse is a deep blue color
12
+ with a white collar and cuffs, and the skirt is a lighter shade of blue with
13
+ a pattern of small white flowers. The woman is standing in a graceful pose,
14
+ her hands clasped in front of her and her head tilted slightly to the side.
15
+ [trigger]
16
+ output:
17
+ url: samples/1729040425975__000001000_0.jpg
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: hanbok
20
+ license: other
21
+ license_name: flux-1-dev-non-commercial-license
22
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
23
+ ---
24
+
25
+ # hanbok
26
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
27
+ <Gallery />
28
+
29
+ ## Trigger words
30
+
31
+ You should use `hanbok` to trigger the image generation.
32
+
33
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
34
+
35
+ Weights for this model are available in Safetensors format.
36
+
37
+ [Download](/seawolf2357/hanbok/tree/main) them in the Files & versions tab.
38
+
39
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
40
+
41
+ ```py
42
+ from diffusers import AutoPipelineForText2Image
43
+ import torch
44
+
45
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
46
+ pipeline.load_lora_weights('seawolf2357/hanbok', weight_name='hanbok.safetensors')
47
+ image = pipeline('a woman wearing a traditional Korean Hanbok, a long-sleeved blouse with intricate embroidery and a high-waisted skirt. The blouse is a deep blue color with a white collar and cuffs, and the skirt is a lighter shade of blue with a pattern of small white flowers. The woman is standing in a graceful pose, her hands clasped in front of her and her head tilted slightly to the side. [trigger]').images[0]
48
+ image.save("my_image.png")
49
+ ```
50
+
51
+ 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)
52
+
hanbok.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99a1febd0347808fa79a610545845a003d190e829d49c386016fb07897a7c57
3
+ size 171969392
hanbok_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8d6d980486e7d7517fcf253dbd9cb5f6ae0328201fb32a5e9a7824aa3b2a64
3
+ size 171969392
hanbok_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629a85589bc4943a547d2dc589b50dbe4a4313518e814a90a57c698d1fb00986
3
+ size 171969392
hanbok_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d02889d89415b11d584911c83e3d6ee100b9d48fe1b4971e720958bcb6b90f8c
3
+ size 171969392
samples/1729040425975__000001000_0.jpg ADDED