Seedance 2.0 is here - create consistent, multimodal AI videos faster with images, videos, and audio in one prompt.

Try Now
Skip to main content
Sparkling Water SDXL - SDXL thumbnail

Sparkling Water SDXL - SDXL

by ModelsLab

The showcase images were made without controlnet or inpainting, just the LoRA and the workflow described below, so please make sure the read the usage tips for the LoRA:Firstly This LoRA can be quite finnicky, but below are my findings from testing it on how to make it work.The strength should be no higher then 0.8 otherwise the training data bias is too high and the image looks either weird or just like the training data.If you go too much lower you might not get the sparkling effect in the glass.This of course depends greatly on the checkpoint.The prompt pattern that worked for me:[Scene Prompt], [Glass Prompt], [Style Prompt]man in bar holding a glass, mad-spklgwtr dragon, master piece, best qualityYou need the trigger word plus 'sparkling water' to achieve the intended effect. But you get interesting images if you don't Also you can try to use the hires fix with a denoising of 0.6 to 0.7 and reducing the prompt to just what you want to appear in the glass. The first image in the showcases is an exampleI didn't test long prompts, my guess is that it probably won't work. But I'm glady proven wrong on this.Lastly the propability of getting a nice result is noticable lower compared to my other LoRAs, but if it works the results are pretty cool!

sparkling-water-sdxl-sdxl
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

sparkling-water-sdxl-sdxl

Per image generation will cost 0.0047$
For premium plan image generation will cost 0.00$ i.e Free.

Output

Idle

Unknown content type

About Sparkling Water SDXL - SDXL

The showcase images were made without controlnet or inpainting, just the LoRA and the workflow described below, so please make sure the read the usage tips for the LoRA:Firstly This LoRA can be quite finnicky, but below are my findings from testing it on how to make it work.The strength should be no higher then 0.8 otherwise the training data bias is too high and the image looks either weird or just like the training data.If you go too much lower you might not get the sparkling effect in the gla

Technical Specifications

Model ID
sparkling-water-sdxl-sdxl
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
July 21, 2025

Quick Start

Integrate Sparkling Water SDXL - SDXL into your application with a single API call. Get your API key from the pricing page to get started.

import requests
import json
url = "https://modelslab.com/api/v6/images/text2img"
headers = {
"Content-Type": "application/json"
}
data = {
"model_id": "sparkling-water-sdxl-sdxl",
"prompt": "your prompt here",
"key": "YOUR_API_KEY"
}
try:
response = requests.post(url, headers=headers, json=data)
response.raise_for_status() # Raises an HTTPError for bad responses (4XX or 5XX)
result = response.json()
print("API Response:")
print(json.dumps(result, indent=2))
except requests.exceptions.HTTPError as http_err:
print(f"HTTP error occurred: {http_err} - {response.text}")
except Exception as err:
print(f"Other error occurred: {err}")

View the full API documentation for SDKs, code examples in Python, JavaScript, and more.

Pricing

Sparkling Water SDXL - SDXL API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Sparkling Water SDXL - SDXL FAQ

The showcase images were made without controlnet or inpainting, just the LoRA and the workflow described below, so please make sure the read the usage tips for the LoRA:Firstly This LoRA can be quite finnicky, but below are my findings from testing it on how to make it work.The strength should be no

You can integrate Sparkling Water SDXL - SDXL into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "sparkling-water-sdxl-sdxl" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Sparkling Water SDXL - SDXL costs $0.0047 per API call. ModelsLab uses pay-per-use pricing with no minimum commitments. A free tier is available to get started.

The model ID for Sparkling Water SDXL - SDXL is "sparkling-water-sdxl-sdxl". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Sparkling Water SDXL - SDXL and other AI models. Sign up to get free API credits and start building immediately.