Aether Aqua - LoRA for SDXL
Model description
This is Aether Aqua - 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.
Activate by using X made of water or photo of X made of water for realistic focus. Adding stuff like water drops makes the effect even more vivid. Upping the weight or adding transparent to prompt is also suggested for experimentation.
Special thanks to RunDiffusion 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.
Trigger words
You should use made of water
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('joachimsallstrom/aether-aqua-lora-for-sdxl', weight_name='Aether_Aqua_v1_SDXL_LoRA.safetensors')
image = pipeline(' a profile photo of a car made of transparent water, city road, water drops, cinematic').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 8
Model tree for joachimsallstrom/aether-aqua-lora-for-sdxl
Base model
stabilityai/stable-diffusion-xl-base-1.0