Happy Horse 1.0 is now on ModelsLab

Try Now
Skip to main content
SDXL Unstable Diffusers v12 thumbnail

SDXL Unstable Diffusers V12

by ModelsLab

^w^ It works best with:

 

  • LoRA: XL YAMER'S STYLE ♠️ Princeps Omnia LoRA

     

  • Restore Face: It is not needed to generate high quality images (Not used in the current showcase.)

     

  • Clip skip: 1-2 (The model works well with clip skip set to both.)

     

  • SDXL Refiner: Not used with my models!

 

1) Reality is often mischievous, create your own.
2) Imagination will take you a million light years from home. But will it bring you back?
3) Be chaotic, be creative, never stop improving and never put a limit to yourself.
,[object Object],
,[object Object],
,[object Object],
,[object Object],
,[object Object]
sdxl-unstable-diffusers-v
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

Select models...

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 SDXL Unstable Diffusers V12

^w^ It works best with:   LoRA: XL YAMER'S STYLE ♠️ Princeps Omnia LoRA   Restore Face: It is not needed to generate high quality images (Not used in the current showcase.)   Clip skip: 1-2 (The model works well with clip skip set to both.)   SDXL Refiner: Not used with my models!   1) Reality is often mischievous, create your own. 2) Imagination will take you a million light years from home. But will it bring you back? 3) Be cha

Technical Specifications

Model ID
sdxl-unstable-diffusers-v
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
April 10, 2024

Quick Start

Integrate SDXL Unstable Diffusers V12 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": "sdxl-unstable-diffusers-v",
"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

SDXL Unstable Diffusers V12 API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

SDXL Unstable Diffusers V12 FAQ

^w^ It works best with:   LoRA: XL YAMER'S STYLE ♠️ Princeps Omnia LoRA   Restore Face: It is not needed to generate high quality images (Not used in the current showcase.)   Clip skip: 1-2 (The model works well with clip skip set to both.)   SD

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

SDXL Unstable Diffusers V12 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 SDXL Unstable Diffusers V12 is "sdxl-unstable-diffusers-v". Use this ID in your API requests to specify this model.

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