update DB

This commit is contained in:
Dr.Lt.Data
2025-10-30 07:53:35 +09:00
parent afeac097e5
commit c3c152122d
9 changed files with 5207 additions and 4838 deletions

View File

@@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "agxagi",
"title": "Autoregressive Transformer and Rolling Diffusion Sampler for ComfyUI [WIP]",
"reference": "https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV",
"files": [
"https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that implements an Autoregressive Transformer and Rolling Diffusion-like Decoder using Black Forest Lab's Flux-Dev model for accurate text-to-image generation, similar to GPT-4o's image generation approach.\nNOTE: The files in the repo are not organized."
},
{
"author": "APZmedia",
"title": "Joshua Brand Assets Loader [private]",
"reference": "https://github.com/APZmedia/Joshua-brand-assets-loader",
"files": [
"https://github.com/APZmedia/Joshua-brand-assets-loader"
],
"install_type": "git-clone",
"description": "A comprehensive brand asset loader for ComfyUI that handles logos, fonts, and color palettes with dual loading modes (API and manual)."
},
{
"author": "GoddessLabs",
"title": "ComfyUI-GoddessLabs-NodePack",
"reference": "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack",
"files": [
"https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack"
],
"install_type": "git-clone",
"description": "Custom node pack for ComfyUI This node pack helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more."
},
{
"author": "Beinsezii",
"title": "DEET: Diffusion Entropy Equalization Transform [WIP]",

View File

@@ -641,6 +641,26 @@
"title_aux": "YANC- Yet Another Node Collection"
}
],
"https://github.com/APZmedia/Joshua-brand-assets-loader": [
[
"APZmediaBrandAssetLoader",
"APZmediaBrandAssetReader",
"APZmediaColorPalette",
"APZmediaColorPaletteSelector",
"APZmediaFontSelector",
"APZmediaGlobalBrandAccess",
"APZmediaGlobalBrandStatus",
"APZmediaGradientOverlay",
"APZmediaLogoOverlay",
"APZmediaLogoPlacement",
"APZmediaSolidColor",
"APZmediaURLImageLoader",
"POISmartCrop"
],
{
"title_aux": "Joshua Brand Assets Loader [private]"
}
],
"https://github.com/APZmedia/comfyui-textools": [
[
"APZ/MarkdownTextOverlay",
@@ -1807,6 +1827,7 @@
"QwenKontextTranslator by IAT",
"QwenTranslator by IAT",
"SeedGeneratorNode by IAT",
"SmartPathBuilderNode by IAT",
"TextInputNode by IAT"
],
{
@@ -1997,6 +2018,14 @@
"title_aux": "ComfyUI-video-accessory [WIP]"
}
],
"https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack": [
[
"GoddessLabsFolderSelector"
],
{
"title_aux": "ComfyUI-GoddessLabs-NodePack"
}
],
"https://github.com/Goldlionren/ComfyUI-CleanSlate": [
[
"CleanSlateCleanup"
@@ -4743,6 +4772,15 @@
"title_aux": "ComfyUI-OpenPoser [WIP]"
}
],
"https://github.com/agxagi/ComfyUI-GPT4o-Image-Gen-FLUX-DEV": [
[
"AutoregressiveRollingDiffusionSampler",
"FluxDevAutoRegressiveRollingDiffusionSampler"
],
{
"title_aux": "Autoregressive Transformer and Rolling Diffusion Sampler for ComfyUI [WIP]"
}
],
"https://github.com/ahkimkoo/ComfyUI-OSS-Upload": [
[
"OSSImageUploader",
@@ -6075,21 +6113,6 @@
"QwenImageDiffsynthControlnet",
"RandomNoise",
"RecordAudio",
"RecraftColorRGB",
"RecraftControls",
"RecraftCreativeUpscaleNode",
"RecraftCrispUpscaleNode",
"RecraftImageInpaintingNode",
"RecraftImageToImageNode",
"RecraftRemoveBackgroundNode",
"RecraftReplaceBackgroundNode",
"RecraftStyleV3DigitalIllustration",
"RecraftStyleV3InfiniteStyleLibrary",
"RecraftStyleV3LogoRaster",
"RecraftStyleV3RealisticImage",
"RecraftTextToImageNode",
"RecraftTextToVectorNode",
"RecraftVectorizeImageNode",
"RepeatImageBatch",
"RepeatLatentBatch",
"RescaleCFG",
@@ -7163,6 +7186,7 @@
"HolafSliceCalculator",
"HolafTileCalculator",
"HolafTiledKSampler",
"HolafZoneConditioner",
"UpscaleImageHolaf"
],
{
@@ -7518,6 +7542,8 @@
"Alta:SaveImage",
"Alta:SaveImagePlus",
"Alta:SaveStringToFile",
"Alta:SyncLipsyncNode(path)",
"Alta:SyncLipsyncNode(url)",
"Alta:VideoCombine",
"Alta:YOLOFaceModelCore",
"Alta:\u5373\u68a6API\u56fe\u751f\u89c6\u9891",
@@ -9647,6 +9673,7 @@
"RenormCFGPost",
"RescaleCFGPost",
"SamplerGradientEstimation",
"SkipFirstStepCFG",
"TCFGAdvanced",
"VAEPadding"
],

View File

File diff suppressed because it is too large Load Diff