kucher7serg commited on
Commit
1e38880
·
verified ·
1 Parent(s): b20bd4b

Обновление файлов

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: k1unpan a man smiles
11
+ output:
12
+ url: samples/1738526980241__000003000_0.jpg
13
+ - text: k1unpan a man is very surprised
14
+ output:
15
+ url: samples/1738527018254__000003000_1.jpg
16
+ - text: k1unpan a man laughs
17
+ output:
18
+ url: samples/1738527056219__000003000_2.jpg
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: k1unpan a man
21
+ license: other
22
+ license_name: flux-1-dev-non-commercial-license
23
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
24
+ ---
25
+
26
+ # k1unpan-a-man
27
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
28
+ <Gallery />
29
+
30
+ ## Trigger words
31
+
32
+ You should use `k1unpan a man` to trigger the image generation.
33
+
34
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
35
+
36
+ Weights for this model are available in Safetensors format.
37
+
38
+ [Download](/None/tree/main) them in the Files & versions tab.
39
+
40
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
41
+
42
+ ```py
43
+ from diffusers import AutoPipelineForText2Image
44
+ import torch
45
+
46
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
+ pipeline.load_lora_weights('None', weight_name='k1unpan-a-man.safetensors')
48
+ image = pipeline('k1unpan a man smiles').images[0]
49
+ image.save("my_image.png")
50
+ ```
51
+
52
+ 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)
53
+
k1unpan-a-man.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a543523ebb62e2df80bcf26f2b1dd760388b163f0fc340ad93778714177672
3
+ size 687476568
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f588b4e09f9e271817e0a5f6c7304daf05d815f7bf3b86dcab11c8b9ac14b49
3
  size 699243652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915d6d0d10d014ee4384e6596feacd23d70f665016dfe14964b225d5c2eca976
3
  size 699243652
samples/.ipynb_checkpoints/1738526980241__000003000_0-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1738527018254__000003000_1-checkpoint.jpg ADDED
samples/.ipynb_checkpoints/1738527056219__000003000_2-checkpoint.jpg ADDED
samples/1738526980241__000003000_0.jpg ADDED
samples/1738527018254__000003000_1.jpg ADDED
samples/1738527056219__000003000_2.jpg ADDED