dmatrix1 commited on
Commit
f78e67a
·
verified ·
1 Parent(s): d26befb

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,5 +1,47 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: flux-1-dev-non-commercial-license
4
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 person in a bustling cafe Kaeli_Lora
11
+ output:
12
+ url: samples/1738051985107__000002500_0.jpg
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: Kaeli_Lora
15
  license: other
16
  license_name: flux-1-dev-non-commercial-license
17
  license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
18
+ ---
19
+
20
+ # kaeli-lora
21
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
22
+ <Gallery />
23
+
24
+ ## Trigger words
25
+
26
+ You should use `Kaeli_Lora` to trigger the image generation.
27
+
28
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
29
+
30
+ Weights for this model are available in Safetensors format.
31
+
32
+ [Download](/dmatrix1/kaeli-lora/tree/main) them in the Files & versions tab.
33
+
34
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
35
+
36
+ ```py
37
+ from diffusers import AutoPipelineForText2Image
38
+ import torch
39
+
40
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
41
+ pipeline.load_lora_weights('dmatrix1/kaeli-lora', weight_name='kaeli-lora.safetensors')
42
+ image = pipeline('A person in a bustling cafe Kaeli_Lora').images[0]
43
+ image.save("my_image.png")
44
+ ```
45
+
46
+ 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)
47
+
kaeli-lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a336fedda85770620ee710669dae4dadea946dfceb9dbd22e34cc71877d6f12
3
+ size 171969408
kaeli-lora_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20236f3d7cdeb594b23b4a2c8dfe72210f70833bac0a3c172a59bd34df871d50
3
+ size 171969408
kaeli-lora_000001750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559288d14d65e976dd0a770d6687462e09773224c16d354695362b9dcaec4d35
3
+ size 171969408
kaeli-lora_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad343b4eecababcb174a6c1b74a7b905cb3faad0e76bbb335f1f84ec0646724
3
+ size 171969408
kaeli-lora_000002250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aee3409b7e4cf7694d7a95a68e3019d9a89fc52f1887a3890d186b58d655c6d
3
+ size 171969408
samples/1738051985107__000002500_0.jpg ADDED