update DB

This commit is contained in:
Dr.Lt.Data 2024-08-27 01:16:53 +09:00
parent 42f33a2dca
commit 820598cdb8
6 changed files with 89 additions and 7 deletions

View File

@ -13285,7 +13285,7 @@
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside" "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes introducing particle simulations, optical flow, and temporal masks" "description": "Custom nodes introducing particle simulations, optical flow, audio manipulation & reactivity, and temporal masks"
}, },
{ {
"author": "ControlAltAI", "author": "ControlAltAI",

View File

@ -1664,8 +1664,14 @@
], ],
"https://github.com/DanielHabib/ComfyUI-Voxels": [ "https://github.com/DanielHabib/ComfyUI-Voxels": [
[ [
"ImageBatchToImageList",
"MaskBatchToMaskList",
"MeshToVoxel", "MeshToVoxel",
"VoxelBlockLoader",
"VoxelBlockSaver", "VoxelBlockSaver",
"VoxelBlocksIntoVoxelVideo",
"VoxelVideoPreview",
"VoxelVideoViewer",
"VoxelViewer" "VoxelViewer"
], ],
{ {
@ -6500,6 +6506,7 @@
], ],
"https://github.com/XLabs-AI/x-flux-comfyui": [ "https://github.com/XLabs-AI/x-flux-comfyui": [
[ [
"ApplyAdvancedFluxIPAdapter",
"ApplyFluxControlNet", "ApplyFluxControlNet",
"ApplyFluxIPAdapter", "ApplyFluxIPAdapter",
"FluxLoraLoader", "FluxLoraLoader",
@ -16494,14 +16501,41 @@
], ],
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [ "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [
[ [
"AudioControlledMaskMorph", "AudioFeatureExtractor",
"AudioFeatureVisualizer",
"AudioFilter",
"AudioSeparator",
"BrightnessFeatureNode",
"ColorFeatureNode",
"DepthFeatureNode",
"DownloadOpenUnmixModel",
"DyeImage",
"EmitterMovement", "EmitterMovement",
"FeatureMixer",
"FeatureToWeightsStrategy",
"FlexImageBloom",
"FlexImageChromaticAberration",
"FlexImageColorGrade",
"FlexImageEdgeDetect",
"FlexImageGlitch",
"FlexImageKaleidoscope",
"FlexImagePixelate",
"FlexImagePosterize",
"FlexImageTiltShift",
"FlexMaskMath",
"FlexMaskMorph",
"FlexMaskTransform",
"FlexMaskWarp",
"FrequencyFilterCustom",
"FrequencyFilterPreset",
"GravityWell", "GravityWell",
"MIDILoadAndExtract",
"MaskMath", "MaskMath",
"MaskMorph", "MaskMorph",
"MaskRings", "MaskRings",
"MaskTransform", "MaskTransform",
"MaskWarp", "MaskWarp",
"MotionFeatureNode",
"MovingShape", "MovingShape",
"OpticalFlowDirectionMask", "OpticalFlowDirectionMask",
"OpticalFlowMaskModulation", "OpticalFlowMaskModulation",
@ -16511,10 +16545,10 @@
"ParticleEmitter", "ParticleEmitter",
"ParticleSizeModulation", "ParticleSizeModulation",
"ParticleSpeedModulation", "ParticleSpeedModulation",
"PulsatingParticleSystemMask",
"SpringJointSetting", "SpringJointSetting",
"StaticBody", "StaticBody",
"TextMaskNode", "TextMaskNode",
"TimeFeatureNode",
"Vortex", "Vortex",
"_mfc" "_mfc"
], ],

View File

@ -11,7 +11,16 @@
{
"author": "123jimin",
"title": "ComfyUI MobileForm[WIP]",
"reference": "https://github.com/123jimin/ComfyUI-MobileForm",
"files": [
"https://github.com/123jimin/ComfyUI-MobileForm"
],
"install_type": "git-clone",
"description": "MobileForm is an extension for ComfyUI, providing simple form for any workflows, suitable for use on mobile phones.[w/Currently MobileForm is in a PoC state; expect bugs and breaking changes.]"
},
{ {
"author": "go-package-lab", "author": "go-package-lab",
"title": "ComfyUI-Tools-Video-Combine [WIP]", "title": "ComfyUI-Tools-Video-Combine [WIP]",

View File

@ -1,4 +1,9 @@
{ {
"https://github.com/123jimin/ComfyUI-MobileForm": {
"stars": 0,
"last_update": "2024-08-26 16:11:34",
"author_account_age_days": 4829
},
"https://github.com/17Retoucher/ComfyUI_Fooocus": { "https://github.com/17Retoucher/ComfyUI_Fooocus": {
"stars": 53, "stars": 53,
"last_update": "2024-02-24 07:33:29", "last_update": "2024-02-24 07:33:29",

View File

@ -690,7 +690,7 @@
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside" "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes introducing particle simulations, optical flow, and temporal masks" "description": "Custom nodes introducing particle simulations, optical flow, audio manipulation & reactivity, and temporal masks"
} }
] ]
} }

View File

@ -1664,8 +1664,14 @@
], ],
"https://github.com/DanielHabib/ComfyUI-Voxels": [ "https://github.com/DanielHabib/ComfyUI-Voxels": [
[ [
"ImageBatchToImageList",
"MaskBatchToMaskList",
"MeshToVoxel", "MeshToVoxel",
"VoxelBlockLoader",
"VoxelBlockSaver", "VoxelBlockSaver",
"VoxelBlocksIntoVoxelVideo",
"VoxelVideoPreview",
"VoxelVideoViewer",
"VoxelViewer" "VoxelViewer"
], ],
{ {
@ -6500,6 +6506,7 @@
], ],
"https://github.com/XLabs-AI/x-flux-comfyui": [ "https://github.com/XLabs-AI/x-flux-comfyui": [
[ [
"ApplyAdvancedFluxIPAdapter",
"ApplyFluxControlNet", "ApplyFluxControlNet",
"ApplyFluxIPAdapter", "ApplyFluxIPAdapter",
"FluxLoraLoader", "FluxLoraLoader",
@ -16494,14 +16501,41 @@
], ],
"https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [ "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": [
[ [
"AudioControlledMaskMorph", "AudioFeatureExtractor",
"AudioFeatureVisualizer",
"AudioFilter",
"AudioSeparator",
"BrightnessFeatureNode",
"ColorFeatureNode",
"DepthFeatureNode",
"DownloadOpenUnmixModel",
"DyeImage",
"EmitterMovement", "EmitterMovement",
"FeatureMixer",
"FeatureToWeightsStrategy",
"FlexImageBloom",
"FlexImageChromaticAberration",
"FlexImageColorGrade",
"FlexImageEdgeDetect",
"FlexImageGlitch",
"FlexImageKaleidoscope",
"FlexImagePixelate",
"FlexImagePosterize",
"FlexImageTiltShift",
"FlexMaskMath",
"FlexMaskMorph",
"FlexMaskTransform",
"FlexMaskWarp",
"FrequencyFilterCustom",
"FrequencyFilterPreset",
"GravityWell", "GravityWell",
"MIDILoadAndExtract",
"MaskMath", "MaskMath",
"MaskMorph", "MaskMorph",
"MaskRings", "MaskRings",
"MaskTransform", "MaskTransform",
"MaskWarp", "MaskWarp",
"MotionFeatureNode",
"MovingShape", "MovingShape",
"OpticalFlowDirectionMask", "OpticalFlowDirectionMask",
"OpticalFlowMaskModulation", "OpticalFlowMaskModulation",
@ -16511,10 +16545,10 @@
"ParticleEmitter", "ParticleEmitter",
"ParticleSizeModulation", "ParticleSizeModulation",
"ParticleSpeedModulation", "ParticleSpeedModulation",
"PulsatingParticleSystemMask",
"SpringJointSetting", "SpringJointSetting",
"StaticBody", "StaticBody",
"TextMaskNode", "TextMaskNode",
"TimeFeatureNode",
"Vortex", "Vortex",
"_mfc" "_mfc"
], ],