mlgawd commited on
Commit
db577fd
·
verified ·
1 Parent(s): 7909477

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: hot sweeney at the bar
11
+ output:
12
+ url: samples/1740590571029__000000020_0.jpg
13
+ - text: hot sweeney at the prom night
14
+ output:
15
+ url: samples/1740641452114__000000020_0.jpg
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+
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
+ # lora_train_1
24
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
25
+ <Gallery />
26
+
27
+ ## Trigger words
28
+
29
+ No trigger words defined.
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](/mlgawd/shappa/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('mlgawd/shappa', weight_name='lora_train_1.safetensors')
45
+ image = pipeline('hot sweeney at the bar').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
+
lora_train_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d976270ec043402cec2d826332997b29cbc4e8afeb014f36dbe18988de13c82
3
+ size 171969344
lora_train_1_000000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a6c82e9a1321aabc92183a28f59a40228537260c4c5ee23e2ffa23829ac4d3
3
+ size 171969344
lora_train_1_000000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4d481f424b9335719d87c1317c2612b9643e684fb10708712e4e188900da992
3
+ size 171969344
lora_train_1_000000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e8398476dc60dca6b631c4af1df446a242695badab023a3f5212accd35d70e
3
+ size 171969344
lora_train_1_000000016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e56982482118a3dbefbf576a29c9372b489af42579220a68f4e2a7124bacd707
3
+ size 171969344
samples/1740590059038__000000000_0.jpg ADDED
samples/1740590099781__000000000_1.jpg ADDED
samples/1740590167483__000000004_0.jpg ADDED
samples/1740590208526__000000004_1.jpg ADDED
samples/1740590268724__000000008_0.jpg ADDED
samples/1740590309826__000000008_1.jpg ADDED
samples/1740590369892__000000012_0.jpg ADDED
samples/1740590411007__000000012_1.jpg ADDED
samples/1740590474081__000000016_0.jpg ADDED
samples/1740590515173__000000016_1.jpg ADDED
samples/1740590571029__000000020_0.jpg ADDED
samples/1740590612140__000000020_1.jpg ADDED
samples/1740641452114__000000020_0.jpg ADDED
samples/1740641613791__000000020_0.jpg ADDED
samples/1740641654641__000000020_1.jpg ADDED