Happy Horse 1.0 is now on ModelsLab

Try Now
Skip to main content
negative_hand thumbnail

Negative Hand

by ModelsLab

Problem with Negative Embedding's

Currently, there are more and more negative embedding, while many are also very good and easy to use. However, almost all of them currently have a big problem... They change the main or initial artstyle of the used model. Best example would be my bad_prompt_version2 Negative Embedding. It helps enormously with the quality of an image, but drastically changes the artstyle of the model. That's not the point of it. For this reason, I have now trained my new Negative Embedding negative_hand!

An example of the issue:

Image Link

 

So what is negative_hand?

negative_hand is supposed to fix the said issue. That means it should improve the quality of the image, but without changing the initial artstyle of the model.

Pro:

  • The artstyle of the model can be used without any problems and without possible artstyle changes.

  • The quality of the image and incorrect anatomy like hands are improved.

Con:

  • Since this embedding cannot drastically change the artstyle and composition of the image, not one hundred percent of any faulty anatomy can be improved.

 

Usage

To use this embedding you have to download the file aswell as drop it into the "\stable-diffusion-webui\embeddings" folder.

Please put the embedding in the negative prompt to get the right results!

For special negative tags such as "malformed sword", you still need to add them yourself. The negative embedding is trained on a basic skeleton for the negative prompt, which should provide a high-resolution image as a result.

negativehand
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 Negative Hand

Problem with Negative Embedding's Currently, there are more and more negative embedding, while many are also very good and easy to use. However, almost all of them currently have a big problem... They change the main or initial artstyle of the used model. Best example would be my badpromptversion2 Negative Embedding. It helps enormously with the quality of an image, but drastically changes the artstyle of the model. That's not the point of it. For this reason, I have now trained my new Negative

Technical Specifications

Model ID
negativehand
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
July 18, 2023

Quick Start

Integrate Negative Hand 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": "negativehand",
"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

Negative Hand API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Negative Hand FAQ

Problem with Negative Embedding's Currently, there are more and more negative embedding, while many are also very good and easy to use. However, almost all of them currently have a big problem... They change the main or initial artstyle of the used model. Best example would be my bad_prompt_version2

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

Negative Hand 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 Negative Hand is "negativehand". Use this ID in your API requests to specify this model.

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