mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
7354242906
commit
1010dd2d28
@ -10735,11 +10735,14 @@
|
|||||||
"Crop Image with Coords",
|
"Crop Image with Coords",
|
||||||
"Crop Stereo to Monoscopic",
|
"Crop Stereo to Monoscopic",
|
||||||
"Cubemap to Equirectangular",
|
"Cubemap to Equirectangular",
|
||||||
|
"Equirectangular Mask to Face",
|
||||||
"Equirectangular Rotation",
|
"Equirectangular Rotation",
|
||||||
"Equirectangular to Cubemap",
|
"Equirectangular to Cubemap",
|
||||||
"Equirectangular to Face",
|
"Equirectangular to Face",
|
||||||
"Equirectangular to Perspective",
|
"Equirectangular to Perspective",
|
||||||
|
"Face Mask to Equirectangular",
|
||||||
"Face to Equirectangular",
|
"Face to Equirectangular",
|
||||||
|
"Mask Equirectangular Rotation",
|
||||||
"Masked Diff C2E",
|
"Masked Diff C2E",
|
||||||
"Merge Monoscopic into Stereo",
|
"Merge Monoscopic into Stereo",
|
||||||
"Pad 180 to 360 Equirectangular",
|
"Pad 180 to 360 Equirectangular",
|
||||||
@ -15245,8 +15248,7 @@
|
|||||||
"TextFieldNode",
|
"TextFieldNode",
|
||||||
"UnstitchImages",
|
"UnstitchImages",
|
||||||
"UnstitchImagesAndMask",
|
"UnstitchImagesAndMask",
|
||||||
"UpscaleImageWithModel",
|
"UpscaleImageWithModel"
|
||||||
"VTracerImageVectorizerNode"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-YarvixPA"
|
"title_aux": "ComfyUI-YarvixPA"
|
||||||
|
|||||||
2640
github-stats.json
2640
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "mrCodinghero",
|
||||||
|
"title": "ComfyUI File Transfer Plugin (comfyui-rsync-plugin) [UNSAFE]",
|
||||||
|
"reference": "https://github.com/tg-tjmitchell/comfyui-rsync-plugin",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/tg-tjmitchell/comfyui-rsync-plugin"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Lightweight helper for using rsync and rclone from ComfyUI with a dedicated UI panel. This repository contains Python wrappers for file transfer CLI tools and a ComfyUI plugin that adds a user-friendly panel for file transfer operations."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "mrCodinghero",
|
"author": "mrCodinghero",
|
||||||
"title": "ComfyUI-Codinghero",
|
"title": "ComfyUI-Codinghero",
|
||||||
|
|||||||
@ -9644,6 +9644,14 @@
|
|||||||
"title_aux": "ComfyUI-CacheImageNode"
|
"title_aux": "ComfyUI-CacheImageNode"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/tg-tjmitchell/comfyui-rsync-plugin": [
|
||||||
|
[
|
||||||
|
"FileTransferHelperNode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI File Transfer Plugin (comfyui-rsync-plugin) [UNSAFE]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/thaakeno/comfyui-universal-asset-downloader": [
|
"https://github.com/thaakeno/comfyui-universal-asset-downloader": [
|
||||||
[
|
[
|
||||||
"UniversalAssetDownloader"
|
"UniversalAssetDownloader"
|
||||||
|
|||||||
@ -10735,11 +10735,14 @@
|
|||||||
"Crop Image with Coords",
|
"Crop Image with Coords",
|
||||||
"Crop Stereo to Monoscopic",
|
"Crop Stereo to Monoscopic",
|
||||||
"Cubemap to Equirectangular",
|
"Cubemap to Equirectangular",
|
||||||
|
"Equirectangular Mask to Face",
|
||||||
"Equirectangular Rotation",
|
"Equirectangular Rotation",
|
||||||
"Equirectangular to Cubemap",
|
"Equirectangular to Cubemap",
|
||||||
"Equirectangular to Face",
|
"Equirectangular to Face",
|
||||||
"Equirectangular to Perspective",
|
"Equirectangular to Perspective",
|
||||||
|
"Face Mask to Equirectangular",
|
||||||
"Face to Equirectangular",
|
"Face to Equirectangular",
|
||||||
|
"Mask Equirectangular Rotation",
|
||||||
"Masked Diff C2E",
|
"Masked Diff C2E",
|
||||||
"Merge Monoscopic into Stereo",
|
"Merge Monoscopic into Stereo",
|
||||||
"Pad 180 to 360 Equirectangular",
|
"Pad 180 to 360 Equirectangular",
|
||||||
@ -15245,8 +15248,7 @@
|
|||||||
"TextFieldNode",
|
"TextFieldNode",
|
||||||
"UnstitchImages",
|
"UnstitchImages",
|
||||||
"UnstitchImagesAndMask",
|
"UnstitchImagesAndMask",
|
||||||
"UpscaleImageWithModel",
|
"UpscaleImageWithModel"
|
||||||
"VTracerImageVectorizerNode"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-YarvixPA"
|
"title_aux": "ComfyUI-YarvixPA"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user