mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 10:22:59 +08:00
update DB
This commit is contained in:
parent
10f19dca34
commit
6421eb4038
@ -235,6 +235,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This custom node provides advanced settings for FreeU."
|
"description": "This custom node provides advanced settings for FreeU."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "WASasquatch",
|
||||||
|
"title": "ASTERR",
|
||||||
|
"reference": "https://github.com/WASasquatch/ASTERR",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/WASasquatch/ASTERR"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI. <p style='background-color: black; color: red;'>Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.</p>"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "omar92",
|
"author": "omar92",
|
||||||
"title": "Quality of life Suit:V2",
|
"title": "Quality of life Suit:V2",
|
||||||
@ -2002,6 +2012,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Anime_Styler, Fantasy_Styler, Gothic_Styler, Line_Art_Styler, Movie_Poster_Styler, Punk_Styler, Travel_Poster_Styler. This extension offers 8 art style nodes, each of which includes approximately 50 individual style variations."
|
"description": "Nodes:Anime_Styler, Fantasy_Styler, Gothic_Styler, Line_Art_Styler, Movie_Poster_Styler, Punk_Styler, Travel_Poster_Styler. This extension offers 8 art style nodes, each of which includes approximately 50 individual style variations."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "kijai",
|
||||||
|
"title": "KJNodes for ComfyUI",
|
||||||
|
"reference": "https://github.com/kijai/ComfyUI-KJNodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kijai/ComfyUI-KJNodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -1220,6 +1220,15 @@
|
|||||||
"title_aux": "ComfyUI Neural network latent upscale custom node"
|
"title_aux": "ComfyUI Neural network latent upscale custom node"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/WASasquatch/ASTERR": [
|
||||||
|
[
|
||||||
|
"ASTERR",
|
||||||
|
"SaveASTERR"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ASTERR"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/WASasquatch/ComfyUI_Preset_Merger": [
|
"https://github.com/WASasquatch/ComfyUI_Preset_Merger": [
|
||||||
[
|
[
|
||||||
"Preset_Model_Merge"
|
"Preset_Model_Merge"
|
||||||
@ -2347,6 +2356,16 @@
|
|||||||
"title_aux": "ComfyUI-Jjk-Nodes"
|
"title_aux": "ComfyUI-Jjk-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||||
|
[
|
||||||
|
"ConditioningMultiCombine",
|
||||||
|
"ConditioningSetMaskAndCombine",
|
||||||
|
"INTConstant"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "KJNodes for ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [
|
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [
|
||||||
[
|
[
|
||||||
"LLLiteLoader"
|
"LLLiteLoader"
|
||||||
|
|||||||
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "kijai",
|
||||||
|
"title": "KJNodes for ComfyUI",
|
||||||
|
"reference": "https://github.com/kijai/ComfyUI-KJNodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kijai/ComfyUI-KJNodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "WASasquatch",
|
||||||
|
"title": "ASTERR",
|
||||||
|
"reference": "https://github.com/WASasquatch/ASTERR",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/WASasquatch/ASTERR"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI. <p style='background-color: black; color: red;'>Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.</p>"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Zuellni",
|
"author": "Zuellni",
|
||||||
"title": "ComfyUI PickScore Nodes",
|
"title": "ComfyUI PickScore Nodes",
|
||||||
|
|||||||
@ -1220,6 +1220,15 @@
|
|||||||
"title_aux": "ComfyUI Neural network latent upscale custom node"
|
"title_aux": "ComfyUI Neural network latent upscale custom node"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/WASasquatch/ASTERR": [
|
||||||
|
[
|
||||||
|
"ASTERR",
|
||||||
|
"SaveASTERR"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ASTERR"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/WASasquatch/ComfyUI_Preset_Merger": [
|
"https://github.com/WASasquatch/ComfyUI_Preset_Merger": [
|
||||||
[
|
[
|
||||||
"Preset_Model_Merge"
|
"Preset_Model_Merge"
|
||||||
@ -2347,6 +2356,16 @@
|
|||||||
"title_aux": "ComfyUI-Jjk-Nodes"
|
"title_aux": "ComfyUI-Jjk-Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kijai/ComfyUI-KJNodes": [
|
||||||
|
[
|
||||||
|
"ConditioningMultiCombine",
|
||||||
|
"ConditioningSetMaskAndCombine",
|
||||||
|
"INTConstant"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "KJNodes for ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [
|
"https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [
|
||||||
[
|
[
|
||||||
"LLLiteLoader"
|
"LLLiteLoader"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user