update DB

update .gitignore
This commit is contained in:
Dr.Lt.Data 2024-01-10 00:55:58 +09:00
parent 3c65a64866
commit 8aada09e8f
4 changed files with 52 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ config.ini
snapshots/** snapshots/**
startup-scripts/** startup-scripts/**
.openart_key .openart_key
.youml
matrix_auth matrix_auth
channels.list channels.list
comfyworkflows_sharekey comfyworkflows_sharekey

View File

@ -1926,6 +1926,7 @@
"CR Select Model", "CR Select Model",
"CR Set Value On Binary", "CR Set Value On Binary",
"CR Set Value On Boolean", "CR Set Value On Boolean",
"CR Set Value on String",
"CR Simple Annotations", "CR Simple Annotations",
"CR Simple Banner", "CR Simple Banner",
"CR Simple Binary Pattern", "CR Simple Binary Pattern",
@ -1986,7 +1987,7 @@
], ],
{ {
"author": "Suzie1", "author": "Suzie1",
"description": "161 custom nodes for artists, designers and animators.", "description": "162 custom nodes for artists, designers and animators.",
"nickname": "Comfyroll Studio", "nickname": "Comfyroll Studio",
"title": "Comfyroll Studio", "title": "Comfyroll Studio",
"title_aux": "ComfyUI_Comfyroll_CustomNodes" "title_aux": "ComfyUI_Comfyroll_CustomNodes"
@ -2711,6 +2712,7 @@
"Aegisflow CLIP Pass", "Aegisflow CLIP Pass",
"Aegisflow Image Pass", "Aegisflow Image Pass",
"Aegisflow Latent Pass", "Aegisflow Latent Pass",
"Aegisflow Mask Pass",
"Aegisflow Model Pass", "Aegisflow Model Pass",
"Aegisflow VAE Pass", "Aegisflow VAE Pass",
"Aegisflow controlnet preprocessor bus", "Aegisflow controlnet preprocessor bus",
@ -6631,6 +6633,7 @@
"easy imageSizeByLongerSide", "easy imageSizeByLongerSide",
"easy imageSizeBySide", "easy imageSizeBySide",
"easy kSampler", "easy kSampler",
"easy kSamplerDownscaleUnet",
"easy kSamplerInpainting", "easy kSamplerInpainting",
"easy kSamplerSDTurbo", "easy kSamplerSDTurbo",
"easy kSamplerTiled", "easy kSamplerTiled",

View File

@ -61,6 +61,14 @@
"title_aux": "comfy-consistency-vae" "title_aux": "comfy-consistency-vae"
} }
], ],
"https://github.com/MrAdamBlack/CheckProgress": [
[
"CHECK_PROGRESS"
],
{
"title_aux": "CheckProgress [WIP]"
}
],
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": [ "https://github.com/PluMaZero/ComfyUI-SpaceFlower": [
[ [
"SpaceFlower_HangulPrompt", "SpaceFlower_HangulPrompt",
@ -98,6 +106,14 @@
"title_aux": "pre-comfyui-stablsr" "title_aux": "pre-comfyui-stablsr"
} }
], ],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": [
[
"AnyTextNode_Zho"
],
{
"title_aux": "ComfyUI-AnyText\uff08WIP\uff09"
}
],
"https://github.com/alt-key-project/comfyui-dream-video-batches": [ "https://github.com/alt-key-project/comfyui-dream-video-batches": [
[ [
"Blended Transition [DVB]", "Blended Transition [DVB]",
@ -138,6 +154,30 @@
"title_aux": "Dream Project Video Batches [WIP]" "title_aux": "Dream Project Video Batches [WIP]"
} }
], ],
"https://github.com/birnam/ComfyUI-GenData-Pack": [
[
"Checkpoint From String \ud83d\udc69\u200d\ud83d\udcbb",
"Checkpoint Rerouter \ud83d\udc69\u200d\ud83d\udcbb",
"Checkpoint Selector Stacker \ud83d\udc69\u200d\ud83d\udcbb",
"Checkpoint Selector \ud83d\udc69\u200d\ud83d\udcbb",
"Checkpoint to String \ud83d\udc69\u200d\ud83d\udcbb",
"Decode GenData \ud83d\udc69\u200d\ud83d\udcbb",
"Encode GenData \ud83d\udc69\u200d\ud83d\udcbb",
"GenData Stacker \ud83d\udc69\u200d\ud83d\udcbb",
"LoRA Stack to String \ud83d\udc69\u200d\ud83d\udcbb",
"LoRA Stacker From Prompt \ud83d\udc69\u200d\ud83d\udcbb",
"Load Checkpoints From File \ud83d\udc69\u200d\ud83d\udcbb",
"Load GenData From Dir \ud83d\udc69\u200d\ud83d\udcbb",
"Parse GenData \ud83d\udc69\u200d\ud83d\udcbb",
"Save Image From GenData \ud83d\udc69\u200d\ud83d\udcbb",
"VAE From String \ud83d\udc69\u200d\ud83d\udcbb",
"VAE to String \ud83d\udc69\u200d\ud83d\udcbb",
"\u00d7 Product CheckpointXGenDatas \ud83d\udc69\u200d\ud83d\udcbb"
],
{
"title_aux": "Gen Data Tester [WIP]"
}
],
"https://github.com/comfyanonymous/ComfyUI": [ "https://github.com/comfyanonymous/ComfyUI": [
[ [
"BasicScheduler", "BasicScheduler",
@ -456,9 +496,12 @@
], ],
"https://github.com/kadirnar/comfyui_helpers": [ "https://github.com/kadirnar/comfyui_helpers": [
[ [
"CLIPSeg",
"CircularVAEDecode", "CircularVAEDecode",
"CombineMasks",
"CustomKSamplerAdvancedTile", "CustomKSamplerAdvancedTile",
"ImageLoaderAndProcessor", "ImageLoaderAndProcessor",
"ImageToContrastMask",
"JDC_AutoContrast", "JDC_AutoContrast",
"JDC_BlendImages", "JDC_BlendImages",
"JDC_BrownNoise", "JDC_BrownNoise",

View File

@ -1926,6 +1926,7 @@
"CR Select Model", "CR Select Model",
"CR Set Value On Binary", "CR Set Value On Binary",
"CR Set Value On Boolean", "CR Set Value On Boolean",
"CR Set Value on String",
"CR Simple Annotations", "CR Simple Annotations",
"CR Simple Banner", "CR Simple Banner",
"CR Simple Binary Pattern", "CR Simple Binary Pattern",
@ -1986,7 +1987,7 @@
], ],
{ {
"author": "Suzie1", "author": "Suzie1",
"description": "161 custom nodes for artists, designers and animators.", "description": "162 custom nodes for artists, designers and animators.",
"nickname": "Comfyroll Studio", "nickname": "Comfyroll Studio",
"title": "Comfyroll Studio", "title": "Comfyroll Studio",
"title_aux": "ComfyUI_Comfyroll_CustomNodes" "title_aux": "ComfyUI_Comfyroll_CustomNodes"
@ -2711,6 +2712,7 @@
"Aegisflow CLIP Pass", "Aegisflow CLIP Pass",
"Aegisflow Image Pass", "Aegisflow Image Pass",
"Aegisflow Latent Pass", "Aegisflow Latent Pass",
"Aegisflow Mask Pass",
"Aegisflow Model Pass", "Aegisflow Model Pass",
"Aegisflow VAE Pass", "Aegisflow VAE Pass",
"Aegisflow controlnet preprocessor bus", "Aegisflow controlnet preprocessor bus",
@ -6631,6 +6633,7 @@
"easy imageSizeByLongerSide", "easy imageSizeByLongerSide",
"easy imageSizeBySide", "easy imageSizeBySide",
"easy kSampler", "easy kSampler",
"easy kSamplerDownscaleUnet",
"easy kSamplerInpainting", "easy kSamplerInpainting",
"easy kSamplerSDTurbo", "easy kSamplerSDTurbo",
"easy kSamplerTiled", "easy kSamplerTiled",