Deploy Dedicated GPU server to run AI models

Deploy Model
Skip to main content
sd-vae-ft-mse-original-v1 thumbnail

Sd-Vae-Ft-Mse-Original-V1

by ModelsLab

https://cdn-lfs.huggingface.co/repos/ec/ee/eceee26c5834d8a75cf04eeb17dfc06d1d5fe1d80c2f19520b148c11e2e98c45/c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27vae-ft-mse-840000-ema-pruned.ckpt%3B+filename%3D%22vae-ft-mse-840000-ema-pruned.ckpt%22%3B&Expires=1718667175&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxODY2NzE3NX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5odWdnaW5nZmFjZS5jby9yZXBvcy9lYy9lZS9lY2VlZTI2YzU4MzRkOGE3NWNmMDRlZWIxN2RmYzA2ZDFkNWZlMWQ4MGMyZjE5NTIwYjE0OGMxMWUyZTk4YzQ1L2M2YTU4MGIxM2E1YmMwNWE1ZTE2ZTRkYmI4MDYwOGZmMmVjMjUxYTE2MjMxMTU5MGMxZjM0YzAxM2Q3ZjNkYWI%7EcmVzcG9uc2UtY29udGVudC1kaXNwb3NpdGlvbj0qIn1dfQ__&Signature=NlnY%7Enq9ISc577o7Fc-3%7EvacXEPVrcsOPZU9mTooQYiTsITFLuQQshsbSGtkY-JGsdNjzKFa8C-01IGlU6rtB7E1F95iK6RrKQKY8zIrxxnHy5AUnu-CUbQ48hRSZG4vWZNzVMilLJqXD5NGwg-nOUkqjMqWjbY1xfJDvcRzNW7A3a-G0KHgHI1MR0Suw1C7Vs%7EjlQ7hs-0lMBmjqZP9h9SGwSjHJAeF%7ErdDWAXIJOKlgxRl%7EfNU1Y5gVCEN8p63aA6r4bXWX0CxIGgnVSKCxB8GfdipBPd3RS91I5YaHRmzzU3oLxKoWlPY3ZwicTcnPZ%7EJM9qQZtW3ElyknZrPKA__&Key-Pair-Id=K3ESJI6DHPFC7

sd-vae-ft-mse-original-v1
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 Sd-Vae-Ft-Mse-Original-V1

https://cdn-lfs.huggingface.co/repos/ec/ee/eceee26c5834d8a75cf04eeb17dfc06d1d5fe1d80c2f19520b148c11e2e98c45/c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab?response-content-disposition=attachment%3B+filename%3DUTF-8%27%27vae-ft-mse-840000-ema-pruned.ckpt%3B+filename%3D%22vae-ft-mse-840000-ema-pruned.ckpt%22%3B&Expires=1718667175&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTcxODY2NzE3NX19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy5od

Technical Specifications

Model ID
sd-vae-ft-mse-original-v1
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
June 14, 2024

Quick Start

Integrate Sd-Vae-Ft-Mse-Original-V1 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": "sd-vae-ft-mse-original-v1",
"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

Sd-Vae-Ft-Mse-Original-V1 API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Sd-Vae-Ft-Mse-Original-V1 FAQ

https://cdn-lfs.huggingface.co/repos/ec/ee/eceee26c5834d8a75cf04eeb17dfc06d1d5fe1d80c2f19520b148c11e2e98c45/c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab?response-content-disposition=attachment%3B+filename*%3DUTF-8%27%27vae-ft-mse-840000-ema-pruned.ckpt%3B+filename%3D%22vae-ft-mse

You can integrate Sd-Vae-Ft-Mse-Original-V1 into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "sd-vae-ft-mse-original-v1" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Sd-Vae-Ft-Mse-Original-V1 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 Sd-Vae-Ft-Mse-Original-V1 is "sd-vae-ft-mse-original-v1". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Sd-Vae-Ft-Mse-Original-V1 and other AI models. Sign up to get free API credits and start building immediately.