multimodalart HF staff commited on
Commit
e8068f4
1 Parent(s): c8f75f6

Upload folder using huggingface_hub

Browse files
5146230.jpeg ADDED
5146231.jpeg ADDED
5146232.jpeg ADDED
5146233.jpeg ADDED
5146234.jpeg ADDED
5146235.jpeg ADDED
5146236.jpeg ADDED
5146237.jpeg ADDED
PomologicalWatercolorRedmond.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37a14fb91cc7be36a7c3746f1a57f47af47884337a8e924a679bfacc72bfc8b1
3
+ size 228450876
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=RentCivit&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - watercolor
12
+ - style
13
+ - styles
14
+
15
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
16
+ instance_prompt: Pomological Watercolor
17
+ widget:
18
+ - text: 'illustrative drawing of a ANATOMY OF A butterfly, anatomy, pomological watercolor '
19
+ output:
20
+ url: >-
21
+ 5146231.jpeg
22
+ - text: 'illustrative drawing of a ANATOMY OF A human hand, half, pomological watercolor '
23
+ output:
24
+ url: >-
25
+ 5146230.jpeg
26
+ - text: 'illustrative drawing of a ANATOMY OF A CAT HEAD, anatomy, pomological watercolor '
27
+ output:
28
+ url: >-
29
+ 5146237.jpeg
30
+ - text: 'illustrative drawing of a ANATOMY OF A OWL, half, pomological watercolor '
31
+ output:
32
+ url: >-
33
+ 5146232.jpeg
34
+ - text: 'illustrative drawing of a ANATOMY OF A human hand, half, pomological watercolor '
35
+ output:
36
+ url: >-
37
+ 5146234.jpeg
38
+ - text: 'illustrative drawing of a ANATOMY OF A Apple, half, pomological watercolor '
39
+ output:
40
+ url: >-
41
+ 5146235.jpeg
42
+ - text: 'illustrative drawing of a ANATOMY OF A GRAPE, half, pomological watercolor '
43
+ output:
44
+ url: >-
45
+ 5146233.jpeg
46
+ - text: 'illustrative drawing of a ANATOMY OF A GRAPE, half, pomological watercolor '
47
+ output:
48
+ url: >-
49
+ 5146236.jpeg
50
+
51
+ ---
52
+
53
+ # Pomological Watercolor Redmond Lora for SD XL
54
+
55
+ <Gallery />
56
+
57
+
58
+
59
+
60
+
61
+ ## Model description
62
+
63
+ <h1 id="heading-28">Pomological Watercolor.Redmond is here!</h1><p>I'm grateful for the GPU time from <strong>Redmond.AI</strong> that allowed me to finish this LORA!</p><p>Want to test and have acess to all my AI Stuff? Check my <a rel="ugc" href="https://artificialguy.com/">website</a>! </p><p>This is a <strong>Pomological Watercolor </strong>LORA fine-tuned on <strong>SD XL 1.0.</strong></p><p>Test all my Loras <a target="_blank" rel="ugc" href="https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora">here</a> for free and unlimited. Thanks, HF, for Inference API!</p><p>The LORA has a high capacity to generate Pomological Watercolor in a wide variety of themes.<strong> It's a versatile LORA. </strong></p><p>I recommend gen in 1024x1024.</p><p>You can use detailed, minimalist, colorful, black and white as tag to control the results.</p><p><strong><u>The tag for the model:Pomological Watercolor</u></strong></p><p>I really hope you like the LORA and use it.</p><p>If you like the model and think it's worth it, you can make a donation to my <a target="_blank" rel="ugc" href="https://www.patreon.com/user?u=81570187">Patreon</a> or <a target="_blank" rel="ugc" href="https://ko-fi.com/jvkape">Ko-fi</a>.</p><p>Follow me in my twitter to know before all about new models:</p><p><a target="_blank" rel="ugc" href="https://twitter.com/artificialguybr/"><u>https://twitter.com/artificialguybr/</u></a></p>
64
+
65
+ ## Trigger words
66
+ You should use `Pomological Watercolor` to trigger the image generation.
67
+
68
+
69
+ ## Download model
70
+
71
+ Weights for this model are available in Safetensors format.
72
+
73
+ [Download](/artificialguybr/pomological-watercolor-redmond-lora-for-sd-xl/tree/main) them in the Files & versions tab.
74
+
75
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
76
+
77
+ ```py
78
+ from diffusers import AutoPipelineForText2Image
79
+ import torch
80
+
81
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
82
+ pipeline.load_lora_weights('artificialguybr/pomological-watercolor-redmond-lora-for-sd-xl', weight_name='PomologicalWatercolorRedmond.safetensors')
83
+ image = pipeline('illustrative drawing of a ANATOMY OF A GRAPE, half, pomological watercolor ').images[0]
84
+ ```
85
+
86
+ 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)
87
+