fillip commited on
Commit
5d50b11
·
verified ·
1 Parent(s): 079f887

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ samples/1741662294777__000003000_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1741662314402__000003000_1.jpg filter=lfs diff=lfs merge=lfs -text
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: kxsr riding a bike
11
+ output:
12
+ url: samples/1741662294777__000003000_0.jpg
13
+ - text: kxsr running in the forest
14
+ output:
15
+ url: samples/1741662314402__000003000_1.jpg
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ instance_prompt: kxsr
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
+ # test1
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 `kxsr` 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](/lividtm/test1/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('lividtm/test1', weight_name='test1.safetensors')
45
+ image = pipeline('kxsr riding a bike').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/1741662294777__000003000_0.jpg ADDED

Git LFS Details

  • SHA256: 2576d90fe3d55397e0634e2a2103793b42f812e51e4bc276d6d9be21d9e14935
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
samples/1741662314402__000003000_1.jpg ADDED

Git LFS Details

  • SHA256: 89eda7edf7f49699d7a50211cd5e0e74a89b99243255da64477be8a191a0b2ff
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB
test1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bec3125b0c2561a8a014c972dc9db7a75eb1c9dcaa6bbade2a91499ca2ef6b8
3
+ size 171969384
test1_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4ea06ab15013d85edeff4311a9b8178da46c976a5e5e65d0b15ba9fc6a980b
3
+ size 171969384
test1_000002250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c347ed5a3305066ec4831014c0e56601552cf1023308c8455b27ecd48e49d145
3
+ size 171969384
test1_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63aed26463b8d21d7f1f00197775ba5f62757bf92adc4ec101476c9518fea336
3
+ size 171969384
test1_000002750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87ac879ed200d0730b48829062e794192838eaca273acbafc060dd2bd899d65
3
+ size 171969384