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
Fight scene - SD1.5 v1.1 face punch thumbnail

Fight Scene - SD1.5 V1.1 Face Punch

by ModelsLab

I tried multiple methods, seems like separating the attacks into different loras worked the best, so I would update them 1 by 1 here. this is a very difficult one, SD doesn't understand who's punching and who's getting punched.

Use regional prompt, latent couple, controlnet everything, you gonna need them. My advice will be dropping the facepunch lora to about 0.3 or turn it off when you are inpainting the character who's punching; increase the facepunch lora to about 0.8 for the character getting punched.

I had made 2 trigger words for this lora, 1st is yomama_face_focus, 2nd one is yomama_half_body, now with the half body one you should get the bigger frame done, i suggest using that in txt2img, use face focus on the character being punched in inapint.

It is a very difficult one, but with some patients and time, you will get the results. I have uploaded some openpose as training data.

As always, have fun and go break some eggs!

fight-scene-sd1-5-v1-1-face-punch
Open Source ModelUnlimited UsageLLMs.txt
API PlaygroundAPI Documentation

Input

fight-scene-sd1-5-v1-1-face-punch

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 Fight Scene - SD1.5 V1.1 Face Punch

I tried multiple methods, seems like separating the attacks into different loras worked the best, so I would update them 1 by 1 here. this is a very difficult one, SD doesn't understand who's punching and who's getting punched.Use regional prompt, latent couple, controlnet everything, you gonna need them. My advice will be dropping the facepunch lora to about 0.3 or turn it off when you are inpainting the character who's punching; increase the facepunch lora to about 0.8 for the character gettin

Technical Specifications

Model ID
fight-scene-sd1-5-v1-1-face-punch
Provider
Modelslab
Task
AI Generation
Price
$0.0047 per API call
Added
June 4, 2025

Quick Start

Integrate Fight Scene - SD1.5 V1.1 Face Punch 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": "fight-scene-sd1-5-v1-1-face-punch",
"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

Fight Scene - SD1.5 V1.1 Face Punch API costs $0.0047 per API call. Pay only for what you use with no minimum commitments. View pricing plans

Fight Scene - SD1.5 V1.1 Face Punch FAQ

I tried multiple methods, seems like separating the attacks into different loras worked the best, so I would update them 1 by 1 here. this is a very difficult one, SD doesn't understand who's punching and who's getting punched.Use regional prompt, latent couple, controlnet everything, you gonna need

You can integrate Fight Scene - SD1.5 V1.1 Face Punch into your application with a single API call. Sign up on ModelsLab to get your API key, then use the model ID "fight-scene-sd1-5-v1-1-face-punch" in your API requests. We provide SDKs for Python, JavaScript, and cURL examples in the API documentation.

Fight Scene - SD1.5 V1.1 Face Punch 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 Fight Scene - SD1.5 V1.1 Face Punch is "fight-scene-sd1-5-v1-1-face-punch". Use this ID in your API requests to specify this model.

Yes, ModelsLab offers a free tier that lets you try Fight Scene - SD1.5 V1.1 Face Punch and other AI models. Sign up to get free API credits and start building immediately.