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
NightVisionXL - 0.7.9.1 - BakedVAE thumbnail

NightVisionXL - 0.7.9.1 - BakedVAE

by ModelsLab

NightVisionXL started as a lightly trained, photography focused SDXL model that specialized in photographic output. Over the past few months, NightVision has received dozens of trainings and tunings chasing the dragon that is pleasing aesthetic output. With the release of version 8.X, I feel like I'm much closer to my goal of effortless beautiful output that is aesthetically pleasing without requiring confusing negatives or comma separated nonsense.

 

NightVisionXL speaks natural language. Prompt it like you would describe a scene to a human being, and you'll be surprised by how well it can understand and comprehend your prompts.

 

I'm trying something new with V8 of NightVision, and I hope the results show in the output. I continue to scrape beautiful imagery that I think will train well, and this particular update is no exception with hundreds of beautiful license free AI images that I've sourced from MJ, Dalle3, Civit, Playground and my own outputs. On top of that, I'm also utilizing HF datasets for license free photography and the LAION-POP dataset, filtered to remove low quality images prior to training. Captioning is done using my own Spicy Burrito captioning tool (available to my Patreon subscribers on discord!) that creates incredibly verbose and effective captions that are essential for good coherent output.

 

On a final note, I've had multiple requests to "turbo-ize" this model. I have no plans to mix turbo into NightVision, as the licensing on NightVision is nice and open right now with the SDXL licensing, and I'd like to keep it that way. NightVision isn't fast, but I promise you the longer gen times are worth the wait!

nightvisionxl-0791-bakedv
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 NightVisionXL - 0.7.9.1 - BakedVAE

NightVisionXL started as a lightly trained, photography focused SDXL model that specialized in photographic output. Over the past few months, NightVision has received dozens of trainings and tunings chasing the dragon that is pleasing aesthetic output. With the release of version 8.X, I feel like I'm much closer to my goal of effortless beautiful output that is aesthetically pleasing without requiring confusing negatives or comma separated nonsense.   NightVisionXL speaks natural

Technical Specifications

Model ID
nightvisionxl-0791-bakedv
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
March 22, 2024

Quick Start

Integrate NightVisionXL - 0.7.9.1 - BakedVAE 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": "nightvisionxl-0791-bakedv",
"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

NightVisionXL - 0.7.9.1 - BakedVAE API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

NightVisionXL - 0.7.9.1 - BakedVAE FAQ

NightVisionXL started as a lightly trained, photography focused SDXL model that specialized in photographic output. Over the past few months, NightVision has received dozens of trainings and tunings chasing the dragon that is pleasing aesthetic output. With the release of version 8.X, I feel li

You can integrate NightVisionXL - 0.7.9.1 - BakedVAE into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "nightvisionxl-0791-bakedv" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

NightVisionXL - 0.7.9.1 - BakedVAE 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 NightVisionXL - 0.7.9.1 - BakedVAE is "nightvisionxl-0791-bakedv". Use this ID in your API requests to specify this model.

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