# Model blending style condensed body demonstration - Modelsplicingdemon6-27-26 >
步骤太多了,总之建议调高数值
There are too many steps, in short, it is recommended to increase the numerical value.
{ "sd_merge_models": { "8d7d6bc48b526d8925b9074c2f47f57fd7483040c3c7de0bba4bc88ee92a2809": { "name": "1混合_3高适用性_画风元素_6-16提纯测试8.fp16", "legacy_hash": "805fdec8" }, "e734559de92ad4ad1ce21802e561fdaed4f11fc8767e2e821971e592e3dc5796": { "name": "6-27解析-24.fp16", "legacy_hash": "f4bf06d6" } }, "format": "pt", "sd_merge_recipe": { "type": "sd-webui-supermerger", "weights_alpha": null, "weights_beta": null, "weights_alpha_orig": null, "weights_beta_orig": null, "model_a": "8d7d6bc48b526d8925b9074c2f47f57fd7483040c3c7de0bba4bc88ee92a2809", "model_b": "e734559de92ad4ad1ce21802e561fdaed4f11fc8767e2e821971e592e3dc5796", "model_c": "8d7d6bc48b526d8925b9074c2f47f57fd7483040c3c7de0bba4bc88ee92a2809", "base_alpha": 0.725, "base_beta": 0.02, "mode": "Add difference", "mbw": false, "elemental_merge": "", "calcmode": "trainDifference", "Off": [ "" ] } }
{ "sd_merge_models": { "f3e6c98e0143333b4b74c6e8d027577128126b8fb2ccfcf0b8c909447b11e072": { "name": "6-27解析-25.fp16", "legacy_hash": "5776ebdb" }, "9d893468624d68a7a30c1c1cf0d40527973faa0c93ac38dd8c275cf373b2d2d3": { "name": "1混合_5连接之力_6-2附加测试3.fp16", "legacy_hash": "5041375d" } }, "format": "pt", "sd_merge_recipe": { "type": "sd-webui-supermerger", "weights_alpha": null, "weights_beta": null, "weights_alpha_orig": null, "weights_beta_orig": null, "model_a": "f3e6c98e0143333b4b74c6e8d027577128126b8fb2ccfcf0b8c909447b11e072", "model_b": "9d893468624d68a7a30c1c1cf0d40527973faa0c93ac38dd8c275cf373b2d2d3", "model_c": "f3e6c98e0143333b4b74c6e8d027577128126b8fb2ccfcf0b8c909447b11e072", "base_alpha": 0.1, "base_beta": 0.02, "mode": "Add difference", "mbw": false, "elemental_merge": "", "calcmode": "trainDifference", "Off": [ "" ] } }
## Overview - **Model ID**: `modelblendingstylecondensedbodydemonstration-modelsplicingdemon62726` - **Category**: stable diffusion - **Provider**: modelslab - **Status**: model_ready - **Screenshot**: `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1d0bd9c2-47a5-4f0d-9261-2f943b9f65d0/width=896/17407177.jpeg` ## API Information This model can be used via our HTTP API. See the API documentation and usage examples below. ### Endpoint - **URL**: `https://modelslab.com/api/v6/images/text2img` - **Method**: POST ### Parameters - **`prompt`** (required): prompt help in image generation - Type: textarea - Example: Enter prompt - **`model_id`** (required): Enter model_id that can help in image generation - Type: text - Example: Enter model_id here - **`lora_model`** (required): - Type: multiple_models - **`width`** (required): width of the image - Type: number (range: 512-1024) - **`height`** (required): height of the image - Type: number (range: 512-1024) - **`negative_prompt`** (optional): Negative prompt help in avoid things that you do not want in image - Type: textarea - Example: Enter negative prompt that you do not want see in image - **`scheduler`** (optional): - Type: select (options: DPM++ 2M, DPM++ SDE, Euler, Euler a) - **`guidance_scale`** (optional): - Type: number (range: 1-10) ## Usage Examples ### cURL ```bash curl --request POST \ --url https://modelslab.com/api/v6/images/text2img \ --header "Content-Type: application/json" \ --data '{ "key": "YOUR_API_KEY", "model_id": "modelblendingstylecondensedbodydemonstration-modelsplicingdemon62726", "prompt": "R3alisticF, hauntingly beautiful oriental necromancer, long flowing brown hair, bangs, darkly tanned skin, earrings, bone necklaces, dark eyeshadow, red lips, vibrant, front-laced transparent, filmy silk blouse, cleavage, holding skull, in a sandstone room lit by candles, High Detail, Perfect Composition, high contrast, silhouetted, chiascuro", "width": "1024", "height": "1024", "negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry", "scheduler": "DPMSolverMultistepScheduler", "guidance_scale": "7.5" }' ``` ### Python ```python import requests response = requests.post( "https://modelslab.com/api/v6/images/text2img", headers={ "Content-Type": "application/json" }, json={ "key": "YOUR_API_KEY", "model_id": "modelblendingstylecondensedbodydemonstration-modelsplicingdemon62726", "prompt": "R3alisticF, hauntingly beautiful oriental necromancer, long flowing brown hair, bangs, darkly tanned skin, earrings, bone necklaces, dark eyeshadow, red lips, vibrant, front-laced transparent, filmy silk blouse, cleavage, holding skull, in a sandstone room lit by candles, High Detail, Perfect Composition, high contrast, silhouetted, chiascuro", "width": "1024", "height": "1024", "negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry", "scheduler": "DPMSolverMultistepScheduler", "guidance_scale": "7.5" } ) print(response.json()) ``` ### JavaScript ```javascript fetch("https://modelslab.com/api/v6/images/text2img", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "key": "YOUR_API_KEY", "model_id": "modelblendingstylecondensedbodydemonstration-modelsplicingdemon62726", "prompt": "R3alisticF, hauntingly beautiful oriental necromancer, long flowing brown hair, bangs, darkly tanned skin, earrings, bone necklaces, dark eyeshadow, red lips, vibrant, front-laced transparent, filmy silk blouse, cleavage, holding skull, in a sandstone room lit by candles, High Detail, Perfect Composition, high contrast, silhouetted, chiascuro", "width": "1024", "height": "1024", "negative_prompt": "(worst quality:2), (low quality:2), (normal quality:2), (jpeg artifacts), (blurry), (duplicate), (morbid), (mutilated), (out of frame), (extra limbs), (bad anatomy), (disfigured), (deformed), (cross-eye), (glitch), (oversaturated), (overexposed), (underexposed), (bad proportions), (bad hands), (bad feet), (cloned face), (long neck), (missing arms), (missing legs), (extra fingers), (fused fingers), (poorly drawn hands), (poorly drawn face), (mutation), (deformed eyes), watermark, text, logo, signature, grainy, tiling, censored, nsfw, ugly, blurry eyes, noisy image, bad lighting, unnatural skin, asymmetry", "scheduler": "DPMSolverMultistepScheduler", "guidance_scale": "7.5" }) }) .then(response => response.json()) .then(data => console.log(data)); ``` ## Links - [Model Playground](https://modelslab.com/models/community-model/modelblendingstylecondensedbodydemonstration-modelsplicingdemon62726) - [API Documentation](https://docs.modelslab.com) - [ModelsLab Platform](https://modelslab.com)