mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
2386348ec0
commit
c884154f26
@ -1113,6 +1113,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension allows users to load styles from a CSV file, primarily for migration purposes from the automatic1111 Stable Diffusion web UI."
|
||||
},
|
||||
{
|
||||
"author": "M1kep",
|
||||
"title": "Comfy_KepListStuff",
|
||||
"reference": "https://github.com/M1kep/Comfy_KepListStuff/",
|
||||
"files": [
|
||||
"https://github.com/M1kep/Comfy_KepListStuff/"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Range(Step), Range(Num Steps), List Length, Image Overlay, Stack Images, Empty Images, Join Image Lists, Join Float Lists. This extension provides various list manipulation nodes"
|
||||
},
|
||||
{
|
||||
"author": "M1kep",
|
||||
"title": "ComfyLiterals",
|
||||
@ -1681,6 +1691,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Implements iteration over sequences within a single workflow run. <p style='background-color: black; color: red;'>NOTE: This node replaces the execution of ComfyUI for iterative processing functionality.</p>"
|
||||
},
|
||||
{
|
||||
"author": "jmkl",
|
||||
"title": "ComfyUI Ricing",
|
||||
"reference": "https://github.com/jmkl/ComfyUI-ricing",
|
||||
"files": [
|
||||
"https://github.com/jmkl/ComfyUI-ricing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom user.css and some script stuff. mainly for web interface"
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -1388,7 +1388,8 @@
|
||||
"Sample Image as Palette [Dream]",
|
||||
"Sine Curve [Dream]",
|
||||
"String Input [Dream]",
|
||||
"Text Input [Dream]"
|
||||
"Text Input [Dream]",
|
||||
"Video Encoder (mpegCoder) [Dream]"
|
||||
],
|
||||
{
|
||||
"title_aux": "Dream Project Animation Nodes"
|
||||
@ -1459,6 +1460,7 @@
|
||||
"Prompt With Style V3",
|
||||
"Ratio Advanced",
|
||||
"Resize Image for SDXL",
|
||||
"Save Image If True",
|
||||
"Save Image With Prompt Data",
|
||||
"Save Images Mikey",
|
||||
"Save Images No Display",
|
||||
@ -2211,6 +2213,7 @@
|
||||
"LoraBlockInfo //Inspire",
|
||||
"LoraLoaderBlockWeight //Inspire",
|
||||
"MediaPipeFaceMeshDetectorProvider //Inspire",
|
||||
"MediaPipe_FaceMesh_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"MiDaS_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"OpenPose_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"PromptExtractor //Inspire",
|
||||
@ -2637,9 +2640,11 @@
|
||||
],
|
||||
"https://github.com/ssitu/ComfyUI_fabric": [
|
||||
[
|
||||
"KSamplerAdvFABRIC",
|
||||
"FABRICPatchModel",
|
||||
"FABRICPatchModelAdv",
|
||||
"KSamplerAdvFABRICAdv",
|
||||
"KSamplerFABRIC",
|
||||
"KSamplerFABRICSimple",
|
||||
"KSamplerFABRICAdv",
|
||||
"LatentBatch"
|
||||
],
|
||||
{
|
||||
@ -2649,6 +2654,7 @@
|
||||
"https://github.com/ssitu/ComfyUI_restart_sampling": [
|
||||
[
|
||||
"KRestartSampler",
|
||||
"KRestartSamplerAdv",
|
||||
"KRestartSamplerSimple"
|
||||
],
|
||||
{
|
||||
|
||||
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "jmkl",
|
||||
"title": "ComfyUI Ricing",
|
||||
"reference": "https://github.com/jmkl/ComfyUI-ricing",
|
||||
"files": [
|
||||
"https://github.com/jmkl/ComfyUI-ricing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom user.css and some script stuff. mainly for web interface"
|
||||
},
|
||||
{
|
||||
"author": "M1kep",
|
||||
"title": "Comfy_KepListStuff",
|
||||
"reference": "https://github.com/M1kep/Comfy_KepListStuff/",
|
||||
"files": [
|
||||
"https://github.com/M1kep/Comfy_KepListStuff/"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Range(Step), Range(Num Steps), List Length, Image Overlay, Stack Images, Empty Images, Join Image Lists, Join Float Lists. This extension provides various list manipulation nodes"
|
||||
},
|
||||
{
|
||||
"author": "Clybius",
|
||||
"title": "ComfyUI-Latent-Modifiers",
|
||||
@ -800,16 +820,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: EagleImageNode"
|
||||
},
|
||||
{
|
||||
"author": "jmkl",
|
||||
"title": "ComfyUI Ricing",
|
||||
"reference": "https://github.com/jmkl/ComfyUI-ricing",
|
||||
"files": [
|
||||
"https://github.com/jmkl/ComfyUI-ricing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom user.css and some script stuff. mainly for web interface"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1388,7 +1388,8 @@
|
||||
"Sample Image as Palette [Dream]",
|
||||
"Sine Curve [Dream]",
|
||||
"String Input [Dream]",
|
||||
"Text Input [Dream]"
|
||||
"Text Input [Dream]",
|
||||
"Video Encoder (mpegCoder) [Dream]"
|
||||
],
|
||||
{
|
||||
"title_aux": "Dream Project Animation Nodes"
|
||||
@ -1459,6 +1460,7 @@
|
||||
"Prompt With Style V3",
|
||||
"Ratio Advanced",
|
||||
"Resize Image for SDXL",
|
||||
"Save Image If True",
|
||||
"Save Image With Prompt Data",
|
||||
"Save Images Mikey",
|
||||
"Save Images No Display",
|
||||
@ -2211,6 +2213,7 @@
|
||||
"LoraBlockInfo //Inspire",
|
||||
"LoraLoaderBlockWeight //Inspire",
|
||||
"MediaPipeFaceMeshDetectorProvider //Inspire",
|
||||
"MediaPipe_FaceMesh_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"MiDaS_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"OpenPose_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"PromptExtractor //Inspire",
|
||||
@ -2637,9 +2640,11 @@
|
||||
],
|
||||
"https://github.com/ssitu/ComfyUI_fabric": [
|
||||
[
|
||||
"KSamplerAdvFABRIC",
|
||||
"FABRICPatchModel",
|
||||
"FABRICPatchModelAdv",
|
||||
"KSamplerAdvFABRICAdv",
|
||||
"KSamplerFABRIC",
|
||||
"KSamplerFABRICSimple",
|
||||
"KSamplerFABRICAdv",
|
||||
"LatentBatch"
|
||||
],
|
||||
{
|
||||
@ -2649,6 +2654,7 @@
|
||||
"https://github.com/ssitu/ComfyUI_restart_sampling": [
|
||||
[
|
||||
"KRestartSampler",
|
||||
"KRestartSamplerAdv",
|
||||
"KRestartSamplerSimple"
|
||||
],
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user