openfree commited on
Commit
203aaf2
·
verified ·
1 Parent(s): f5838e2

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/1746164789308__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1746164819144__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/1746164848879__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 watercolor painting of birds flying over a body of water, with trees in
11
+ the foreground and a sky filled with clouds in the background. [trigger]
12
+ output:
13
+ url: samples/1746164789308__000001000_0.jpg
14
+ - text: a watercolor painting of a deer standing on top of a hill surrounded by
15
+ trees, plants, flowers, and mountains in the background with a sky filled
16
+ with clouds. [trigger]
17
+ output:
18
+ url: samples/1746164819144__000001000_1.jpg
19
+ - text: a painting of a man on a sailboat in the ocean, with the sky in the background.
20
+ The man is standing on the boat, and there is text on the left side of the
21
+ painting. [trigger]
22
+ output:
23
+ url: samples/1746164848879__000001000_2.jpg
24
+ base_model: black-forest-labs/FLUX.1-dev
25
+ instance_prompt: homer
26
+ license: other
27
+ license_name: flux-1-dev-non-commercial-license
28
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
29
+ ---
30
+
31
+ # winslow-homer
32
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
33
+ <Gallery />
34
+
35
+ ## Trigger words
36
+
37
+ You should use `homer` to trigger the image generation.
38
+
39
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
40
+
41
+ Weights for this model are available in Safetensors format.
42
+
43
+ [Download](/openfree/winslow-homer/tree/main) them in the Files & versions tab.
44
+
45
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
46
+
47
+ ```py
48
+ from diffusers import AutoPipelineForText2Image
49
+ import torch
50
+
51
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
52
+ pipeline.load_lora_weights('openfree/winslow-homer', weight_name='winslow-homer.safetensors')
53
+ image = pipeline('a watercolor painting of birds flying over a body of water, with trees in the foreground and a sky filled with clouds in the background. [trigger]').images[0]
54
+ image.save("my_image.png")
55
+ ```
56
+
57
+ 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)
58
+
samples/1746164789308__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: 15efe6c1dd349a66a460514f342dd5bbf6d5617d3ed626423411c56ed5d216d6
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
samples/1746164819144__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: c8ca867d2138570b20e129a53d82a76737aed272b6ac539a4484751131c8c61e
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
samples/1746164848879__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: e471d07e70c552f151fb8d64c6b993188c6e954f43b196e040951a9e994fb8fe
  • Pointer size: 131 Bytes
  • Size of remote file: 132 kB
winslow-homer.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:123adf7184eb0d9029e66b73d069c4ce9bf37a91ca39cac4c1ce5d136640371b
3
+ size 171969400