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
ee8a3f44bd
commit
81f14477e3
@ -1671,6 +1671,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed?"
|
||||
},
|
||||
{
|
||||
"author": "ali1234",
|
||||
"title": "comfyui-job-iterator",
|
||||
"reference": "https://github.com/ali1234/comfyui-job-iterator",
|
||||
"files": [
|
||||
"https://github.com/ali1234/comfyui-job-iterator"
|
||||
],
|
||||
"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": "Clybius",
|
||||
"title": "ComfyUI-Latent-Modifiers",
|
||||
"reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers",
|
||||
"files": [
|
||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)"
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -167,6 +167,14 @@
|
||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": [
|
||||
[
|
||||
"Latent Diffusion Mega Modifier"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Latent-Modifiers"
|
||||
}
|
||||
],
|
||||
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
||||
[
|
||||
"ABGRemover",
|
||||
@ -1355,6 +1363,7 @@
|
||||
"Common Frame Dimensions [Dream]",
|
||||
"FFMPEG Video Encoder [Dream]",
|
||||
"File Count [Dream]",
|
||||
"Float Input [Dream]",
|
||||
"Frame Counter (Directory) [Dream]",
|
||||
"Frame Counter (Simple) [Dream]",
|
||||
"Frame Counter Offset [Dream]",
|
||||
@ -1363,6 +1372,7 @@
|
||||
"Image Sequence Loader [Dream]",
|
||||
"Image Sequence Saver [Dream]",
|
||||
"Image Sequence Tweening [Dream]",
|
||||
"Int Input [Dream]",
|
||||
"Linear Curve [Dream]",
|
||||
"Noise from Area Palettes [Dream]",
|
||||
"Noise from Palette [Dream]",
|
||||
@ -1370,7 +1380,9 @@
|
||||
"Palette Color Shift [Dream]",
|
||||
"Sample Image Area as Palette [Dream]",
|
||||
"Sample Image as Palette [Dream]",
|
||||
"Sine Curve [Dream]"
|
||||
"Sine Curve [Dream]",
|
||||
"String Input [Dream]",
|
||||
"Text Input [Dream]"
|
||||
],
|
||||
{
|
||||
"title_aux": "Dream Project Animation Nodes"
|
||||
|
||||
@ -1,3 +1,14 @@
|
||||
{
|
||||
"custom_nodes": []
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "hustille",
|
||||
"title": "ComfyUI_Fooocus_KSampler (hustille version)",
|
||||
"reference": "https://github.com/harrr1/ComfyUI_Fooocus_KSampler",
|
||||
"files": [
|
||||
"https://github.com/harrr1/ComfyUI_Fooocus_KSampler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A fork branch providing a hotfix for the currently incompatible Fooocus node.<BR><BR>Nodes: KSampler With Refiner (Fooocus). The KSampler from <a href='https://github.com/lllyasviel/Fooocus' target='blank'>Fooocus</a> as a ComfyUI node <p style='background-color: black; color: red;'>NOTE: This patches basic ComfyUI behaviour - don't use together with other samplers. Or perhaps do? Other samplers might profit from those changes ... ymmv.</p>"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Clybius",
|
||||
"title": "ComfyUI-Latent-Modifiers",
|
||||
"reference": "https://github.com/Clybius/ComfyUI-Latent-Modifiers",
|
||||
"files": [
|
||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Latent Diffusion Mega Modifier. ComfyUI nodes which modify the latent during the diffusion process. (Sharpness, Tonemap, Rescale, Extra Noise)"
|
||||
},
|
||||
{
|
||||
"author": "ali1234",
|
||||
"title": "comfyui-job-iterator",
|
||||
"reference": "https://github.com/ali1234/comfyui-job-iterator",
|
||||
"files": [
|
||||
"https://github.com/ali1234/comfyui-job-iterator"
|
||||
],
|
||||
"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": "Tropfchen",
|
||||
"title": "Embedding Picker",
|
||||
|
||||
@ -167,6 +167,14 @@
|
||||
"title_aux": "ComfyUI_Ib_CustomNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Clybius/ComfyUI-Latent-Modifiers": [
|
||||
[
|
||||
"Latent Diffusion Mega Modifier"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Latent-Modifiers"
|
||||
}
|
||||
],
|
||||
"https://github.com/Davemane42/ComfyUI_Dave_CustomNode": [
|
||||
[
|
||||
"ABGRemover",
|
||||
@ -1355,6 +1363,7 @@
|
||||
"Common Frame Dimensions [Dream]",
|
||||
"FFMPEG Video Encoder [Dream]",
|
||||
"File Count [Dream]",
|
||||
"Float Input [Dream]",
|
||||
"Frame Counter (Directory) [Dream]",
|
||||
"Frame Counter (Simple) [Dream]",
|
||||
"Frame Counter Offset [Dream]",
|
||||
@ -1363,6 +1372,7 @@
|
||||
"Image Sequence Loader [Dream]",
|
||||
"Image Sequence Saver [Dream]",
|
||||
"Image Sequence Tweening [Dream]",
|
||||
"Int Input [Dream]",
|
||||
"Linear Curve [Dream]",
|
||||
"Noise from Area Palettes [Dream]",
|
||||
"Noise from Palette [Dream]",
|
||||
@ -1370,7 +1380,9 @@
|
||||
"Palette Color Shift [Dream]",
|
||||
"Sample Image Area as Palette [Dream]",
|
||||
"Sample Image as Palette [Dream]",
|
||||
"Sine Curve [Dream]"
|
||||
"Sine Curve [Dream]",
|
||||
"String Input [Dream]",
|
||||
"Text Input [Dream]"
|
||||
],
|
||||
{
|
||||
"title_aux": "Dream Project Animation Nodes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user