multimodalart HF staff commited on
Commit
fa1e9fb
1 Parent(s): 10c26bc

Upload folder using huggingface_hub

Browse files
3886087.jpeg ADDED
3886117.jpeg ADDED
3886118.jpeg ADDED
3886122.jpeg ADDED
3886123.jpeg ADDED
3886134.jpeg ADDED
3886139.jpeg ADDED
3886382.jpeg ADDED
3887705.jpeg ADDED
Aether_Aqua_v1_SDXL_LoRA.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fed7ec2b244a42588d2fc6c712df129c63e0dfe718af321bc62fa1d48e6b47a
3
+ size 681247786
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - style
12
+
13
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
14
+ instance_prompt: made of water
15
+ widget:
16
+ - text: ' a full-body profile photo of a man made of transparent water running in the desert, sweating water drops'
17
+ output:
18
+ url: >-
19
+ 3886122.jpeg
20
+ - text: ' a photo of a man made of water standing in a puddle on a mountain, cinematic, intricate'
21
+ output:
22
+ url: >-
23
+ 3887705.jpeg
24
+ - text: ' a photo of a woman made of water walking on a beach at sunrise, water drops'
25
+ output:
26
+ url: >-
27
+ 3886134.jpeg
28
+ - text: ' a photo of a man made of water, diving into the ocean'
29
+ output:
30
+ url: >-
31
+ 3886117.jpeg
32
+ - text: ' a photo of superman made of transparent water, flying, water drops, cinematic, intricate, dramatic background'
33
+ output:
34
+ url: >-
35
+ 3886087.jpeg
36
+ - text: ' an extreme close-up photo of a man made of water, coming up of a puddle on a street'
37
+ output:
38
+ url: >-
39
+ 3886118.jpeg
40
+ - text: ' a photo of a dragon made of water, japanese temple in the background'
41
+ output:
42
+ url: >-
43
+ 3886382.jpeg
44
+ - text: ' a full-body profile photo of a man made of water running in the desert, sweating water drops'
45
+ output:
46
+ url: >-
47
+ 3886123.jpeg
48
+ - text: ' a profile photo of a car made of transparent water, city road, water drops, cinematic'
49
+ output:
50
+ url: >-
51
+ 3886139.jpeg
52
+
53
+ ---
54
+
55
+ # Aether Aqua - LoRA for SDXL
56
+
57
+ <Gallery />
58
+
59
+
60
+
61
+
62
+
63
+ ## Model description
64
+
65
+ <p>This is <strong><span style="color:rgb(0, 229, 255)">A</span><span style="color:rgb(0, 209, 232)">e</span><span style="color:rgb(0, 165, 184)">t</span><span style="color:rgb(0, 210, 230)">h</span><span style="color:rgb(0, 215, 235)">e</span><span style="color:rgb(0, 234, 255)">r</span><span style="color:rgb(0, 192, 209)"> </span><span style="color:rgb(0, 234, 255)">A</span><span style="color:rgb(0, 213, 237)">q</span><span style="color:rgb(0, 184, 204)">u</span><span style="color:rgb(0, 229, 255)">a </span></strong>- a water texture-based LoRA that makes stuff into water. It operates well without negative prompting for many tasks. Be sure to explore my prompt examples from the images in this gallery to know how to use it.</p><p>Activate by using <strong><em><span style="color:rgb(0, 229, 255)">X made of water</span></em></strong> or <strong><em><span style="color:rgb(0, 255, 255)">photo of X made of water</span></em></strong><span style="color:rgb(0, 255, 255)"> </span>for realistic focus. Adding stuff like <strong><em><span style="color:rgb(0, 192, 222)">water drops</span></em></strong> makes the effect even more vivid. Upping the weight or adding <strong><em><span style="color:rgb(0, 200, 222)">transparent</span></em></strong> to prompt is also suggested for experimentation.</p><p>Special thanks to <a target="_blank" rel="ugc" href="https://rundiffusion.com/">RunDiffusion</a> for sponsoring the finetuning of this LoRA. It was developed using Lastben's SDXL LoRA trainer via RunPod. Aether Aqua is soon accessible on their platform for experimentation.</p>
66
+
67
+ ## Trigger words
68
+ You should use `made of water` to trigger the image generation.
69
+
70
+
71
+ ## Download model
72
+
73
+ Weights for this model are available in Safetensors format.
74
+
75
+ [Download](/joachimsallstrom/aether-aqua-lora-for-sdxl/tree/main) them in the Files & versions tab.
76
+
77
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
78
+
79
+ ```py
80
+ from diffusers import AutoPipelineForText2Image
81
+ import torch
82
+
83
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
84
+ pipeline.load_lora_weights('joachimsallstrom/aether-aqua-lora-for-sdxl', weight_name='Aether_Aqua_v1_SDXL_LoRA.safetensors')
85
+ image = pipeline(' a profile photo of a car made of transparent water, city road, water drops, cinematic').images[0]
86
+ ```
87
+
88
+ 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)
89
+