fffiloni commited on
Commit
b2c9111
·
verified ·
1 Parent(s): 5c4d1ad

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ 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/1740141371783__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1740141400616__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/1740141429380__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
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: close-up of a white tiger, red eyes. in the style of TOK
11
+ output:
12
+ url: samples/1740141371783__000001000_0.jpg
13
+ - text: fierce princess, white hair, looking up. in the style of TOK
14
+ output:
15
+ url: samples/1740141400616__000001000_1.jpg
16
+ - text: fierce lion, red eyes. in the style of TOK
17
+ output:
18
+ url: samples/1740141429380__000001000_2.jpg
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: in the style of TOK
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
+ # dark-pointillisme
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 `in the style of TOK` 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](/fffiloni/dark-pointillisme/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('fffiloni/dark-pointillisme', weight_name='dark-pointillisme.safetensors')
48
+ image = pipeline('close-up of a white tiger, red eyes. in the style of TOK').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
+
dark-pointillisme.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053b8142fdd0409e19399e6d2ba68cb1398b66f2070ff2ddc2cad5fa63013c28
3
+ size 171969440
dark-pointillisme_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0353b52472752edeb6c7f4283706150616d96f7216e2c859bb56403b0494b85d
3
+ size 171969440
dark-pointillisme_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f760e495bb50d7fe232c0951628fb5aec011eea999660eb52cb77d6f91ff6bc
3
+ size 171969440
dark-pointillisme_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52b5e13d7217ea38ac3fcefe49bd51253743f3a52526220599b170f1e60b3c0
3
+ size 171969440
samples/1740141371783__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: 8b8eb08ca39416ec6b262a072412b8b8ca41b63385263ebd46bcd76dbaa08b10
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
samples/1740141400616__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: 058cc67f45b49c36c7dc13e866dddf65b6913487d7b28c36f8a72fe0b1c252ef
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
samples/1740141429380__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: 57c04fe5867a4808e9b355824425b77065b8179414e0ebd12094e7ae51bb1a1b
  • Pointer size: 131 Bytes
  • Size of remote file: 142 kB