fffiloni commited on
Commit
887b8f9
·
verified ·
1 Parent(s): a863ea4

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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/1740075062811__000000800_0.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 girl in a flowers field, fluffy clouds. in the style of TOK
11
+ output:
12
+ url: samples/1740075062811__000000800_0.jpg
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: in the style of TOK
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
+ # cozy-book-800
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 `in the style of TOK` 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](/fffiloni/cozy-book-800/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('fffiloni/cozy-book-800', weight_name='cozy-book-800.safetensors')
42
+ image = pipeline('A girl in a flowers field, fluffy clouds. in the style of TOK').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
+
cozy-book-800.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a77e62b37a834ff2d8f849df4388deb7c9fe1924e36e8911673113b7c64600
3
+ size 171969432
cozy-book-800_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9f30c5cf38478c1adc7b04d9c7236ba3153d7ae508076df07e4ef3a86d67014
3
+ size 171969432
cozy-book-800_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75ec12aa3756e9f8786b9d4d573c55ae36819230b6e8e25defac197ee2c5043
3
+ size 171969432
cozy-book-800_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cefe19876bfb4f560107507904305c555c7cc5865a81d92d34fbda36a8d96b5
3
+ size 171969432
samples/1740075062811__000000800_0.jpg ADDED

Git LFS Details

  • SHA256: 1b6d96c8bfafe4f87d168982ba8d361313203c89129ff820a3f45ae40fd6f381
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB