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
- V1.2 - Pruned thumbnail

V1.2 - Pruned

by ModelsLab

You can find my model on MAGE:
https://www.mage.space/play/9d28cc1c4e4aa5ea8a1d5791b3452afe

So, the pruned version, nothing change... but here some good news and bad news:

Hi guys and girls, I hope you have a good day!

  1. I've added the link in my profile to my Ko-fi page, if someone want support me: you can buy me a coffe ❤️🙇

  2. Python and Dreambooth with SD1.5 are now working on my PC.

  3. Stable diffusion XL (Fine tuning for training) still won't work (I have already opened an issue ticket on github and I'm not alone with these problems).

  4. I'm pushing my PC and Stable Diffusion 1.5 at the limit. I'm experimenting a new way of training, if it work like I think, it will be amazing... stay tuned!

  5. The new way of training took (at last) 23/24 days (at the moment is near at 600 hours) of continue training.

  6. I'm not sure, it's only a idea that I've in my head... but If the future model of this new training works like I suppose, I'm thinking to not share here in civitai, but in my Ko-fi shop page at the price of a Coffee, because I really need a new PC and at the moment I'm totally broke (divorced with a lovely and splendid princess cat =^.^=). (don't cry, I'm not sure... because I'm always for a free/sharing internet, but I really don't know how to do for the future training).

Live long and prosper!

v12pruned
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 V1.2 - Pruned

You can find my model on MAGE:https://www.mage.space/play/9d28cc1c4e4aa5ea8a1d5791b3452afeSo, the pruned version, nothing change... but here some good news and bad news:Hi guys and girls, I hope you have a good day!I've added the link in my profile to my Ko-fi page, if someone want support me: you can buy me a coffe ❤️🙇Python and Dreambooth with SD1.5 are now working on my PC.Stable diffusion XL (Fine tuning for training) still won't work (I have already opened an issue ticket on github and I'm

Technical Specifications

Model ID
v12pruned
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
May 22, 2025

Quick Start

Integrate V1.2 - Pruned 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": "v12pruned",
"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

V1.2 - Pruned API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

V1.2 - Pruned FAQ

You can find my model on MAGE:https://www.mage.space/play/9d28cc1c4e4aa5ea8a1d5791b3452afeSo, the pruned version, nothing change... but here some good news and bad news:Hi guys and girls, I hope you have a good day!I've added the link in my profile to my Ko-fi page, if someone want support me: you c

You can integrate V1.2 - Pruned into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "v12pruned" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

V1.2 - Pruned 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 V1.2 - Pruned is "v12pruned". Use this ID in your API requests to specify this model.

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