update DB

This commit is contained in:
Dr.Lt.Data 2025-04-05 17:50:01 +09:00
parent c70cb2868b
commit 50fc1389b0
9 changed files with 967 additions and 622 deletions

View File

@ -20842,6 +20842,16 @@
"install_type": "git-clone",
"description": "A ComfyUI wrapper for [a/Kokoro-onnx](https://github.com/thewh1teagle/kokoro-onnx)"
},
{
"author": "Burgstall-labs",
"title": "ComfyUI-BS-Textchop",
"reference": "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop",
"files": [
"https://github.com/Burgstall-labs/ComfyUI-BS-Textchop"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that extracts text segments based on specified start and/or end marker strings. You can define multiple marker pairs to extract different segments from the same input text.\nThe node intelligently adapts its extraction based on whether you provide a start marker, an end marker, or both for each pair."
},
{
"author": "Kidev",
"title": "ComfyUI Fisheye Effects Nodes",
@ -23272,16 +23282,6 @@
"install_type": "git-clone",
"description": "This custom node package provides nodes specifically for using the mvadapter_ig2mv_sdxl.safetensors adapter within ComfyUI. This adapter is designed for image-guided multi-view generation, typically used for creating textures from 3D mesh renders (position and normal maps)."
},
{
"author": "Stable-X",
"title": "ComfyUI-Hi3DGen",
"reference": "https://github.com/Stable-X/ComfyUI-Hi3DGen",
"files": [
"https://github.com/Stable-X/ComfyUI-Hi3DGen"
],
"install_type": "git-clone",
"description": "This extension integrates [a/Hi3DGen](https://github.com/Stable-X/Hi3DGen) into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images."
},
{
"author": "LaVie024",
"title": "comfyui-lopi999-nodes",

View File

@ -2398,6 +2398,14 @@
"title_aux": "ComfyUI-Zonos"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": [
[
"BSTextChop"
],
{
"title_aux": "ComfyUI-BS-Textchop"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": [
[
"Kokoro TTS"
@ -9519,18 +9527,6 @@
"title_aux": "stability-ComfyUI-nodes"
}
],
"https://github.com/Stable-X/ComfyUI-Hi3DGen": [
[
"DifferenceExtractorNode",
"DownloadAndLoadStableXModel",
"IF_TrellisCheckpointLoader",
"IF_TrellisImageTo3D",
"StableXProcessImage"
],
{
"title_aux": "ComfyUI-Hi3DGen"
}
],
"https://github.com/StableDiffusionVN/SDVN_Comfy_node": [
[
"SDVM Image List Repeat",

View File

@ -909,6 +909,11 @@
"last_update": "2025-03-07 05:34:07",
"author_account_age_days": 3197
},
"https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": {
"stars": 0,
"last_update": "2025-04-05 07:45:54",
"author_account_age_days": 75
},
"https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": {
"stars": 33,
"last_update": "2025-01-19 19:05:24",
@ -7259,11 +7264,6 @@
"last_update": "2024-05-23 01:23:32",
"author_account_age_days": 1038
},
"https://github.com/kayselmecnun/ComfyUI-Qwen-25-VL": {
"stars": 0,
"last_update": "2025-04-03 11:50:31",
"author_account_age_days": 724
},
"https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": {
"stars": 0,
"last_update": "2025-03-05 09:50:12",

View File

@ -13,6 +13,16 @@
{
"author": "Stable-X",
"title": "ComfyUI-Hi3DGen",
"reference": "https://github.com/Stable-X/ComfyUI-Hi3DGen",
"files": [
"https://github.com/Stable-X/ComfyUI-Hi3DGen"
],
"install_type": "git-clone",
"description": "This extension integrates [a/Hi3DGen](https://github.com/Stable-X/Hi3DGen) into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.[w/If the *sageattention* package is installed, this node pack causes problems.]"
},
{
"author": "stiffy-committee",
"title": "comfyui-stiffy-nodes",
@ -224,16 +234,6 @@
"install_type": "git-clone",
"description": "NODES: Simple Image Rotate"
},
{
"author": "ImagineerNL",
"title": "comfyui_potrace_svg",
"reference": "https://github.com/ImagineerNL/comfyui_potrace_svg",
"files": [
"https://github.com/ImagineerNL/comfyui_potrace_svg"
],
"install_type": "git-clone",
"description": "This project converts raster images into SVG format using the Potrace library."
},
{
"author": "DonutsDelivery",
"title": "ComfyUI-DonutDetailer",

View File

@ -408,6 +408,7 @@
"AE.KSamplerHiresFixWithConfig",
"AE.KSamplerImg2ImgWithConfig",
"AE.KSamplerInpaintWithConfig",
"AE.KSamplerInpaintWithConfigAndImage",
"AE.KSamplerOutpaintWithConfig",
"AE.KSamplerOutpaintWithConfigAndImage",
"AE.KSamplerWithConfig",
@ -509,6 +510,17 @@
"title_aux": "ComfyUI_deepDeband [WIP]"
}
],
"https://github.com/Apache0ne/ComfyUI-LantentCompose": [
[
"LatentCompose",
"LatentComposeMask",
"LatentComposeMuti",
"UnsamplerCustom"
],
{
"title_aux": "ComfyUI-LantentCompose [WIP]"
}
],
"https://github.com/ArmandAlbert/Kwai_font_comfyui": [
[
"Kwaifont_Image_Cropper",
@ -664,12 +676,29 @@
"title_aux": "ComfyUI-Buff-Nodes [WIP]"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": [
[
"FalAPIVideoGenerator"
],
{
"title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]"
}
],
"https://github.com/CeeVeeR/ComfyUi-Text-Tiler": [
[
"Text Tiler"
],
{
"title_aux": "ComfyUi-Text-Tiler"
}
],
"https://github.com/Chargeuk/ComfyUI-vts-nodes": [
[
"VTS Clean Text",
"VTS Clip Text Encode",
"VTS Color Mask To Mask",
"VTS Conditioning Set Batch Mask",
"VTS Count Characters",
"VTS Create Character Mask",
"VTS Images Crop From Masks",
"VTS Images Scale",
@ -825,6 +854,16 @@
"title_aux": "ComfyUI-Flashback"
}
],
"https://github.com/DonutsDelivery/ComfyUI-DonutDetailer": [
[
"Donut Detailer",
"Donut Detailer 2",
"Donut Detailer 4"
],
{
"title_aux": "ComfyUI-DonutDetailer"
}
],
"https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": [
[
"LineBreakInserter"
@ -1162,6 +1201,16 @@
"title_aux": "ComfyUI-PNG2SVG2PNG"
}
],
"https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": [
[
"NodeAutoSampler",
"NodePython",
"NodeResizeImage"
],
{
"title_aux": "Python_Executor [UNSAFE]"
}
],
"https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": [
[
"DomainTimeSeriesPrep",
@ -1227,7 +1276,7 @@
"title_aux": "RK_Comfyui"
}
],
"https://github.com/KurtHokke/ComfyUI_KurtHokke-Nodes": [
"https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": [
[
"AIO_Tuner_Pipe",
"ApplyCondsExtraOpts",
@ -1280,7 +1329,7 @@
"str_str_str_str"
],
{
"title_aux": "ComfyUI_KurtHokke-Nodes"
"title_aux": "ComfyUI-VLMStudio"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
@ -1564,6 +1613,7 @@
"https://github.com/Nambi24/ComfyUI-Save_Image": [
[
"ExtractLastPathComponent",
"ListSubfoldersNode",
"SaveImageNode"
],
{
@ -1697,6 +1747,7 @@
[
"Boolean Primitive \ud83d\udc24",
"Image Input Switch \ud83d\udc24",
"Indices Generator \ud83d\udc24",
"List Image Path \ud83d\udc24",
"List Model Path \ud83d\udc24",
"List Video Path \ud83d\udc24",
@ -1889,13 +1940,16 @@
"title_aux": "ComfyUI_Remaker_FaceSwap"
}
],
"https://github.com/SpatialDeploy/ComfyUI-Voxels": [
"https://github.com/Stable-X/ComfyUI-Hi3DGen": [
[
"MeshToVoxelGrid",
"VoxelGridsToVoxelVideo"
"DifferenceExtractorNode",
"DownloadAndLoadStableXModel",
"IF_TrellisCheckpointLoader",
"IF_TrellisImageTo3D",
"StableXProcessImage"
],
{
"title_aux": "ComfyUI-Voxels [WIP]"
"title_aux": "ComfyUI-Hi3DGen"
}
],
"https://github.com/StartHua/Comfyui_CSDMT_CXH": [
@ -2115,6 +2169,15 @@
"title_aux": "ComfyUI Wan2.1 [WIP]"
}
],
"https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": [
[
"Gemini Image Generation",
"Gemini Text Generation"
],
{
"title_aux": "ComfyUI-gemini-IG"
}
],
"https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": [
[
"BlenderAlphaConvert",
@ -2184,6 +2247,14 @@
"title_aux": "etm_comfyui_nodes"
}
],
"https://github.com/alexgenovese/ComfyUI-Diffusion-4k": [
[
"FluxImageGenerator"
],
{
"title_aux": "ComfyUI-Diffusion-4k [WIP]"
}
],
"https://github.com/alexisrolland/ComfyUI-AuraSR": [
[
"LoadAuraSR",
@ -2284,6 +2355,15 @@
"title_aux": "ComfyUI-Animemory-Loader"
}
],
"https://github.com/apetitbois/nova_utils": [
[
"floatList2Float",
"jsonParser"
],
{
"title_aux": "nova_utils"
}
],
"https://github.com/aria1th/ComfyUI-SkipCFGSigmas": [
[
"CFGControl_SKIPCFG"
@ -2327,6 +2407,25 @@
"title_aux": "comfyui_segformer_b2_sleeves"
}
],
"https://github.com/ashllay/ComfyUI_MoreComfy": [
[
"MC Alter Seed",
"MC Multi Concat",
"MC Set Tile Size",
"MC Switch Seed"
],
{
"title_aux": "ComfyUI_MoreComfy"
}
],
"https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": [
[
"KLUTDeepSeekAPI"
],
{
"title_aux": "ComfyUI-KLUT-DeepSeek-API [WIP]"
}
],
"https://github.com/backearth1/Comfyui-MiniMax-Video": [
[
"ImageToPrompt",
@ -2677,6 +2776,15 @@
"title_aux": "Comfy-WaveSpeed [WIP]"
}
],
"https://github.com/chetusangolgi/Comfyui-supabase": [
[
"SupabaseImageUploader",
"SupabaseWatcherNode"
],
{
"title_aux": "Comfyui-supabase"
}
],
"https://github.com/christian-byrne/infinite-zoom-parallax-nodes": [
[
"Create Parallax Video",
@ -2698,6 +2806,18 @@
"title_aux": "Python Interpreter ComfyUI Node [UNSAFE]"
}
],
"https://github.com/cidiro/cid-node-pack": [
[
"CidAnyBuffer",
"CidAnySync",
"CidLoadImageFromDir",
"CidSaveImage",
"CidWildcardProcessor"
],
{
"title_aux": "cid-node-pack"
}
],
"https://github.com/ciga2011/ComfyUI-AppGen": [
[
"AG_APP_EDIT",
@ -2717,6 +2837,7 @@
"BasicScheduler",
"BetaSamplingScheduler",
"CFGGuider",
"CFGZeroStar",
"CLIPAttentionMultiply",
"CLIPLoader",
"CLIPMergeAdd",
@ -3008,6 +3129,8 @@
"VideoLinearCFGGuidance",
"VideoTriangleCFGGuidance",
"VoxelToMeshBasic",
"WanFunControlToVideo",
"WanFunInpaintToVideo",
"WanImageToVideo",
"WebcamCapture",
"unCLIPCheckpointLoader",
@ -3076,6 +3199,18 @@
"title_aux": "VoidCustomNodes"
}
],
"https://github.com/daracazamea/DCNodes": [
[
"FluxResolutionPicker",
"GetGenerationTime",
"ManualTrigger",
"SDXLResolutionPicker",
"StartTimerPassThrough"
],
{
"title_aux": "DCNodess [WIP]"
}
],
"https://github.com/denislov/Comfyui_AutoSurvey": [
[
"AddDoc2Knowledge",
@ -3334,6 +3469,14 @@
"title_aux": "comfyui-redux-style"
}
],
"https://github.com/fredconex/ComfyUI-PaintTurbo": [
[
"Hunyuan3DTextureMesh"
],
{
"title_aux": "ComfyUI-PaintTurbo"
}
],
"https://github.com/fritzprix/ComfyUI-LLM-Utils": [
[
"WeightedDict",
@ -3415,6 +3558,15 @@
"title_aux": "loki-comfyui-node"
}
],
"https://github.com/gondar-software/comfyui-custom-padding": [
[
"AdaptiveImagePadding",
"AdaptiveImageUnpadding"
],
{
"title_aux": "comfyui-custom-padding"
}
],
"https://github.com/grimli333/ComfyUI_Grim": [
[
"GenerateFileName",
@ -3447,15 +3599,37 @@
"XIS_KSamplerSettingsNode",
"XIS_KSamplerSettingsUnpackNode",
"XIS_MaskCompositeOperation",
"XIS_PromptProcessor",
"XIS_PromptsWithSwitches",
"XIS_ReorderImageMaskGroups",
"XIS_ResizeImageOrMask",
"XIS_ResizeToDivisible"
"XIS_ResizeToDivisible",
"XIS_ResolutionSelector"
],
{
"title_aux": "Xiser_Nodes [WIP]"
}
],
"https://github.com/grokuku/ComfyUI-Holaf": [
[
"HolafBenchmarkLoader",
"HolafBenchmarkPlotter",
"HolafBenchmarkRunner",
"HolafImageComparer",
"HolafKSampler",
"HolafNeurogridOverload",
"HolafOverlayNode",
"HolafResolutionPreset",
"HolafSaveImage",
"HolafSliceCalculator",
"HolafTileCalculator",
"HolafTiledKSampler",
"UpscaleImageHolaf"
],
{
"title_aux": "Holaf Custom Nodes for ComfyUI"
}
],
"https://github.com/haodman/ComfyUI_Rain": [
[
"Rain_ImageSize",
@ -3661,6 +3835,25 @@
"title_aux": "ComfyUI_SSLNodes"
}
],
"https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": [
[
"Hy3DTools_BackProjectInpaint",
"Hy3DTools_RenderSpecificView"
],
{
"title_aux": "ComfyUI-Hunyuan3DTools [WIP]"
}
],
"https://github.com/hunzmusic/comfyui-hnznodes": [
[
"CombineChannelsGrayscale",
"ImageBatchReorder",
"MaleCharacterPromptGenerator"
],
{
"title_aux": "comfyui-hnznodes"
}
],
"https://github.com/hy134300/comfyui-hb-node": [
[
"generate story",
@ -3914,10 +4107,15 @@
],
"https://github.com/jonnydolake/ComfyUI-AIR-Nodes": [
[
"DisplaceImage",
"BrightnessContrastSaturation",
"DisplaceImageCPU",
"DisplaceImageGPU",
"ExtractBlackLines",
"ForceMinimumBatchSize",
"GPUTargetLocationCrop",
"GPUTargetLocationPaste",
"ImageCompositeChained",
"LTXVAddGuideAIR",
"LineDetection",
"MangaPanelSegmentationNode",
"Mask_Fill_Region",
@ -4135,6 +4333,7 @@
"HyVideoI2VEncode",
"HyVideoInverseSampler",
"HyVideoLatentPreview",
"HyVideoLoopArgs",
"HyVideoLoraBlockEdit",
"HyVideoLoraSelect",
"HyVideoModelLoader",
@ -4219,22 +4418,26 @@
"WanVideoEmptyEmbeds",
"WanVideoEncode",
"WanVideoEnhanceAVideo",
"WanVideoExperimentalArgs",
"WanVideoFlowEdit",
"WanVideoImageClipEncode",
"WanVideoImageResizeToClosest",
"WanVideoImageToVideoEncode",
"WanVideoLatentPreview",
"WanVideoLoopArgs",
"WanVideoLoraBlockEdit",
"WanVideoLoraSelect",
"WanVideoModelLoader",
"WanVideoSLG",
"WanVideoSampler",
"WanVideoSetBlockSwap",
"WanVideoTeaCache",
"WanVideoTextEmbedBridge",
"WanVideoTextEncode",
"WanVideoTinyVAELoader",
"WanVideoTorchCompileSettings",
"WanVideoVACEEncode",
"WanVideoVACEModelSelect",
"WanVideoVACEStartToEndFrame",
"WanVideoVAELoader",
"WanVideoVRAMManagement"
],
@ -4620,7 +4823,9 @@
"polymath_chat",
"polymath_concept_eraser",
"polymath_helper",
"polymath_scraper"
"polymath_scraper",
"polymath_settings",
"polymath_text_mask"
],
{
"title_aux": "comfyui_LLM_Polymath [WIP]"
@ -4673,6 +4878,14 @@
"title_aux": "comfyui-marnodes"
}
],
"https://github.com/markuryy/comfyui-spiritparticle": [
[
"FolderImageSelector"
],
{
"title_aux": "ComfyUI Spiritparticle Nodes [WIP]"
}
],
"https://github.com/maruhidd/ComfyUI_Transparent-Background": [
[
"FillTransparentNode",
@ -5000,6 +5213,14 @@
"title_aux": "List Data Helper Nodes"
}
],
"https://github.com/niknah/ComfyUI-InfiniteYou": [
[
"InfiniteYouSampler"
],
{
"title_aux": "niknah/ComfyUI-InfiniteYou"
}
],
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": [
[
"PromptUtilitiesConstString",
@ -5356,6 +5577,14 @@
"title_aux": "ComfyUI-AutoSeg-SAM2"
}
],
"https://github.com/rickyars/sd-cn-animation": [
[
"SDCNAnimation"
],
{
"title_aux": "sd-cn-animation"
}
],
"https://github.com/rishipandey125/ComfyUI-FramePacking": [
[
"Add Grid Boundaries",
@ -5395,6 +5624,7 @@
"https://github.com/rouxianmantou/comfyui-rxmt-nodes": [
[
"CheckValueTypeNode",
"TextCombineWithCommaNode",
"WhyPromptTextNode"
],
{
@ -5664,6 +5894,15 @@
"title_aux": "comfyui_image_crop"
}
],
"https://github.com/sugarkwork/comfyui_my_img_util": [
[
"Auto Image Selector",
"Simple Image Rotate"
],
{
"title_aux": "comfyui_my_img_util"
}
],
"https://github.com/sugarkwork/comfyui_psd": [
[
"Convert PSD to Image",
@ -5708,6 +5947,7 @@
],
"https://github.com/techidsk/comfyui_molook_nodes": [
[
"ImageOutpaintPadding(Molook)",
"MaskExpand(Molook)",
"OpenAIProvider(Molook)"
],
@ -5735,10 +5975,10 @@
"https://github.com/thedivergentai/divergent_nodes": [
[
"CLIPTokenCounter",
"DataStoreNode",
"GemmaMultimodal",
"Text Line Reader",
"UTF8EncoderNode"
"GeminiNode",
"Gemma3VisionNode",
"KoboldCppApiNode",
"KoboldCppLauncherNode"
],
{
"title_aux": "Divergent Nodes [WIP]"
@ -5915,7 +6155,8 @@
[
"LoadTextFile",
"RemoveComments",
"SaveTextFile"
"SaveTextFile",
"StringsFromTextbox"
],
{
"title_aux": "ComfyUI-Text-Utility [UNSAFE]"
@ -6019,6 +6260,7 @@
"RemoveBackgroundX",
"SaveImageX",
"SelectiveDepthLoraBlocksX",
"SimpleBlockerX",
"UnetLoaderBNB_X",
"WhiteBalanceX"
],
@ -6090,6 +6332,14 @@
"title_aux": "ComfyUI-Dropbox-API [WIP]"
}
],
"https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": [
[
"StoryboardDistributor"
],
{
"title_aux": "ComfyUI-StoryboardDistributor"
}
],
"https://github.com/zhongpei/Comfyui_image2prompt": [
[
"CLIP AdvancedTextEncode|fofo",
@ -6166,5 +6416,13 @@
{
"title_aux": "VLLMVisionChatNode"
}
],
"https://raw.githubusercontent.com/olyyarm/ComfyUI-VLMStudio/refs/heads/master/vlm_visionary_node_v3_.py": [
[
"GemmaMultimodalAnalyzer"
],
{
"title_aux": "ComfyUI-VLMStudio"
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,16 @@
},
{
"author": "ImagineerNL",
"title": "comfyui_potrace_svg [REMOVED]",
"reference": "https://github.com/ImagineerNL/comfyui_potrace_svg",
"files": [
"https://github.com/ImagineerNL/comfyui_potrace_svg"
],
"install_type": "git-clone",
"description": "This project converts raster images into SVG format using the Potrace library."
},
{
"author": "kayselmecnun",
"title": "ComfyUI-Qwen-25-VL [REMOVED]",

View File

@ -70,6 +70,16 @@
"install_type": "git-clone",
"description": "A ComfyUI node that provides an Image Loader that updates inside the workflow when the Image file is changed. This allows for a easy bridge between 3D software, and 2D art applications while retaining use of a full workflow rather than being restricted to a plugin."
},
{
"author": "Burgstall-labs",
"title": "ComfyUI-BS-Textchop",
"reference": "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop",
"files": [
"https://github.com/Burgstall-labs/ComfyUI-BS-Textchop"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that extracts text segments based on specified start and/or end marker strings. You can define multiple marker pairs to extract different segments from the same input text.\nThe node intelligently adapts its extraction based on whether you provide a start marker, an end marker, or both for each pair."
},
{
"author": "Moooonet",
"title": "ComfyUI-Align",
@ -251,16 +261,6 @@
"install_type": "git-clone",
"description": "This custom node package provides nodes specifically for using the mvadapter_ig2mv_sdxl.safetensors adapter within ComfyUI. This adapter is designed for image-guided multi-view generation, typically used for creating textures from 3D mesh renders (position and normal maps)."
},
{
"author": "Stable-X",
"title": "ComfyUI-Hi3DGen",
"reference": "https://github.com/Stable-X/ComfyUI-Hi3DGen",
"files": [
"https://github.com/Stable-X/ComfyUI-Hi3DGen"
],
"install_type": "git-clone",
"description": "This extension integrates [a/Hi3DGen](https://github.com/Stable-X/Hi3DGen) into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images."
},
{
"author": "LaVie024",
"title": "comfyui-lopi999-nodes",

View File

@ -2398,6 +2398,14 @@
"title_aux": "ComfyUI-Zonos"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": [
[
"BSTextChop"
],
{
"title_aux": "ComfyUI-BS-Textchop"
}
],
"https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": [
[
"Kokoro TTS"
@ -9519,18 +9527,6 @@
"title_aux": "stability-ComfyUI-nodes"
}
],
"https://github.com/Stable-X/ComfyUI-Hi3DGen": [
[
"DifferenceExtractorNode",
"DownloadAndLoadStableXModel",
"IF_TrellisCheckpointLoader",
"IF_TrellisImageTo3D",
"StableXProcessImage"
],
{
"title_aux": "ComfyUI-Hi3DGen"
}
],
"https://github.com/StableDiffusionVN/SDVN_Comfy_node": [
[
"SDVM Image List Repeat",