mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-14 10:57:25 +08:00
fix(custom-node-list): place ComfyUI-BodyRatioMapper entry after last git-clone block
This commit is contained in:
parent
e7e36be084
commit
6cc7f3106b
@ -46839,6 +46839,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Near implementation of Differential Correction in Wavelet domain (DCW) for SNR-t bias correction. Based on arXiv:2604.16044 (Yu et al., 2026). No external dependencies. Compatible with SDXL, SD1.5, Flux, Cosmos, EDM, DiT. (README in Korean)"
|
||||
},
|
||||
{
|
||||
"author": "wuwukaka",
|
||||
"title": "ComfyUI-BodyRatioMapper",
|
||||
"reference": "https://github.com/wuwukaka/ComfyUI-BodyRatioMapper",
|
||||
"files": [
|
||||
"https://github.com/wuwukaka/ComfyUI-BodyRatioMapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A project for pose alignment and human body proportion mapping based on SDPose."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -47229,16 +47239,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "wuwukaka",
|
||||
"title": "ComfyUI-BodyRatioMapper",
|
||||
"reference": "https://github.com/wuwukaka/ComfyUI-BodyRatioMapper",
|
||||
"files": [
|
||||
"https://github.com/wuwukaka/ComfyUI-BodyRatioMapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A project for pose alignment and human body proportion mapping based on SDPose."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "wuwukaka",
|
||||
"title": "ComfyUI-BodyRatioMapper",
|
||||
"reference": "https://github.com/wuwukaka/ComfyUI-BodyRatioMapper",
|
||||
"files": [
|
||||
"https://github.com/wuwukaka/ComfyUI-BodyRatioMapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A project for pose alignment and human body proportion mapping based on SDPose."
|
||||
},
|
||||
{
|
||||
"author": "namemechan",
|
||||
"title": "ComfyUI-DCW",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user