SouthbayJay commited on
Commit
c60131c
·
verified ·
1 Parent(s): a502ef9

Upload folder using huggingface_hub

Browse files
27624011.jpeg ADDED
27624021.jpeg ADDED
27624125.jpeg ADDED
27624145.jpeg ADDED
27624879.jpeg ADDED
27625036.jpeg ADDED
27625148.jpeg ADDED
27633277.jpeg ADDED
27635970.jpeg ADDED
27636055.jpeg ADDED
27950743.jpeg ADDED
28437340.jpeg ADDED
28437369.jpeg ADDED
README.md ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - style
13
+
14
+ base_model: black-forest-labs/FLUX.1-dev
15
+ instance_prompt: wat3rc0l0r
16
+ widget:
17
+ - text: 'wat3rc0l0r, a robot holding a sign that says "I LOVE TOASTERS!"'
18
+
19
+ output:
20
+ url: >-
21
+ 27624879.jpeg
22
+ - text: 'young woman in a greenhouse, tending to plants, peaceful, wat3rc0l0r'
23
+
24
+ output:
25
+ url: >-
26
+ 27624011.jpeg
27
+ - text: 'wat3rc0l0r, an old man annoyed, looking at the camera'
28
+
29
+ output:
30
+ url: >-
31
+ 27625036.jpeg
32
+ - text: 'bohemian painter, laurel wreath, sunset painting session, wat3rc0l0r'
33
+
34
+ output:
35
+ url: >-
36
+ 27624021.jpeg
37
+ - text: 'wat3rc0l0r, a couple walking on a dirt road with butterflies in the air'
38
+
39
+ output:
40
+ url: >-
41
+ 27625148.jpeg
42
+ - text: 'woman in art studio, canvas, paint-splattered apron, wat3rc0l0r'
43
+
44
+ output:
45
+ url: >-
46
+ 27624125.jpeg
47
+ - text: 'lady pirate, tricorn hat, wind-blown hair, defiant grin, wat3rc0l0r'
48
+
49
+ output:
50
+ url: >-
51
+ 27624145.jpeg
52
+ - text: ' '
53
+
54
+ output:
55
+ url: >-
56
+ 27633277.jpeg
57
+ - text: ' '
58
+
59
+ output:
60
+ url: >-
61
+ 27636055.jpeg
62
+ - text: ' '
63
+
64
+ output:
65
+ url: >-
66
+ 27635970.jpeg
67
+ - text: 'p0p_r0y, wat3rc0l0r, a pop-art painting of a 50''s rocker cat holding a sign that says "(Cool Cats Use SwarmUI:1.4)" (halftones:1.5)'
68
+
69
+ output:
70
+ url: >-
71
+ 27950743.jpeg
72
+ - text: 'tshirt design, my little pony, the style of wat3rc0l0r'
73
+
74
+ output:
75
+ url: >-
76
+ 28437340.jpeg
77
+ - text: 'tshirt design, my little pony, the style of wat3rc0l0r'
78
+
79
+ output:
80
+ url: >-
81
+ 28437369.jpeg
82
+
83
+ ---
84
+
85
+ # Watercolor Sketch Style - FLUX
86
+
87
+ <Gallery />
88
+
89
+
90
+
91
+
92
+
93
+ ## Model description
94
+
95
+ <p>Trigger word is <strong>wat3rc0l0r</strong> but I have had good results without the trigger word.. I like to run this at 1.0 but you can lower it to lessen the effect or raise it to 1.3 to really get some unique images. Let me know your thoughts on this lora. I worked really hard and many hours training it with different methods to give you the best lora I possibly could. If you have an idea for a lora shot me a message! <br /></p><p>I use <a rel="ugc" href="https://github.com/mcmonkeyprojects/SwarmUI">SwarmUI</a> for 95% of my image generations and encourage you to try it out! Here's the link to the<a rel="ugc" href="https://github.com/mcmonkeyprojects/SwarmUI"> GitHub repo </a>and also checkout this install video from Kleebz Tech AI to get you started! </p><p></p><p></p><div data-youtube-video><iframe width="640" height="480" allowfullscreen="true" autoplay="false" disablekbcontrols="false" enableiframeapi="false" endtime="0" ivloadpolicy="0" loop="false" modestbranding="false" origin playlist src="https://www.youtube.com/embed/vIBTxUZL0Jc?si=ViUYBWZdMswi-c7l" start="0"></iframe></div><p> </p>
96
+
97
+ ## Trigger words
98
+ You should use `wat3rc0l0r` to trigger the image generation.
99
+
100
+
101
+ ## Download model
102
+
103
+ Weights for this model are available in Safetensors format.
104
+
105
+ [Download](/SouthbayJay/watercolor-sketch-style-flux/tree/main) them in the Files & versions tab.
106
+
107
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
108
+
109
+ ```py
110
+ from diffusers import AutoPipelineForText2Image
111
+ import torch
112
+
113
+ device = "cuda" if torch.cuda.is_available() else "cpu"
114
+
115
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
116
+ pipeline.load_lora_weights('SouthbayJay/watercolor-sketch-style-flux', weight_name='watercolor_Flux_v3.safetensors')
117
+ image = pipeline('tshirt design, my little pony, the style of wat3rc0l0r').images[0]
118
+ ```
119
+
120
+ 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)
121
+
watercolor_Flux_v3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c940944fc813ef59e0436081af9f7c2ea8093c0c19ea42d03f9eeab2e834a0
3
+ size 172020088