diff --git a/custom-node-list.json b/custom-node-list.json index 019af5c..c15f4db 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8864,6 +8864,17 @@ "install_type": "git-clone", "description": "Nodes:Load ICLight Model,Apply ICLight,Simple Light Source,Calculate Normal Map" }, + { + "author": "oztrkoguz", + "title": "ComfyUI StoryCreater and Imager", + "id": "storycreater-and-imager", + "reference": "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager", + "files": [ + "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager" + ], + "install_type": "git-clone", + "description": "Nodes:story_sampler_simple, text2, kosmos2_sampler.\nI created a dataset for generating short stories [a/Short-Story](https://huggingface.co/datasets/oztrkoguz/Short-Story) and used it to fine-tune my own model using Phi-3." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 4953763..d7dca2a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1127,6 +1127,7 @@ "Automatic CFG - Advanced", "Automatic CFG - Attention modifiers", "Automatic CFG - Attention modifiers tester", + "Automatic CFG - Custom attentions", "Automatic CFG - Excellent attention", "Automatic CFG - Negative", "Automatic CFG - Post rescale only", @@ -2123,6 +2124,8 @@ "ACN_SparseCtrlMergedLoaderAdvanced", "ACN_SparseCtrlRGBPreprocessor", "ACN_SparseCtrlSpreadMethodNode", + "ACN_TimestepKeyframeFromStrengthList", + "ACN_TimestepKeyframeInterpolation", "ControlNetLoaderAdvanced", "CustomControlNetWeights", "CustomT2IAdapterWeights", @@ -5907,6 +5910,7 @@ "ImageDirIterator", "Modelscopet2v", "Modelscopev2v", + "TextFileLineIterator", "VidDirIterator" ], { @@ -7759,13 +7763,17 @@ "FL_CodeNode", "FL_DirectoryCrawl", "FL_Glitch", + "FL_HalftonePattern", "FL_HexagonalPattern", "FL_ImageCaptionSaver", "FL_ImageDimensionDisplay", "FL_ImageDurationSync", "FL_ImagePixelator", "FL_ImageRandomizer", + "FL_NFTGenerator", "FL_PixelSort", + "FL_PromptSelector", + "FL_RandomNumber", "FL_Ripple" ], { @@ -10856,6 +10864,18 @@ "title_aux": "ComfyUI-TrollSuite" } ], + "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager": [ + [ + "Kosmos2SamplerSimple2", + "KosmosLoader2", + "StoryLoader", + "StorySamplerSimple", + "Write2" + ], + { + "title_aux": "ComfyUI StoryCreater and Imager" + } + ], "https://github.com/palant/extended-saveimage-comfyui": [ [ "SaveImageExtended" diff --git a/github-stats.json b/github-stats.json index 09cedf1..c4f2480 100644 --- a/github-stats.json +++ b/github-stats.json @@ -3266,5 +3266,9 @@ "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 1, "last_update": "2024-05-15 00:21:49" + }, + "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager": { + "stars": 4, + "last_update": "2024-05-15 08:33:40" } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index df54415..c77ceb6 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,6 +9,17 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, + + { + "author": "sofakid", + "title": "dandy [UNSAFE]", + "reference": "https://github.com/sofakid/dandy", + "files": [ + "https://github.com/sofakid/dandy" + ], + "install_type": "git-clone", + "description": "Dandy is a JavaScript bridge for ComfyUI. It includes everything you need to make JavaScript enabled extensions, or just load and code in little editor nodes right in ComfyUI.[w/This code can cause security issues because it allows for the execution of arbitrary JavaScript input.]" + }, { "author": "tachyon-beep", "title": "comfyui-simplefeed [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e2afd73..cfa9aed 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,17 @@ + { + "author": "oztrkoguz", + "title": "ComfyUI StoryCreater and Imager", + "id": "storycreater-and-imager", + "reference": "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager", + "files": [ + "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager" + ], + "install_type": "git-clone", + "description": "Nodes:story_sampler_simple, text2, kosmos2_sampler.\nI created a dataset for generating short stories [a/Short-Story](https://huggingface.co/datasets/oztrkoguz/Short-Story) and used it to fine-tune my own model using Phi-3." + }, { "author": "jtydhr88", "title": "ComfyUI LayerDivider", @@ -683,16 +694,6 @@ ], "install_type": "git-clone", "description": "Nodes:Load Video, Load Frames, Save Video, Face Swap, Face Restore, Face Swap (Video), Face Restore (Video)" - }, - { - "author": "chaojie", - "title": "ComfyUI-SimDA", - "reference": "https://github.com/chaojie/ComfyUI-SimDA", - "files": [ - "https://github.com/chaojie/ComfyUI-SimDA" - ], - "install_type": "git-clone", - "description": "Nodes:SimDATrain, SimDALoader, SimDARun, VHS_FILENAMES_STRING_SimDA" } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4953763..d7dca2a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1127,6 +1127,7 @@ "Automatic CFG - Advanced", "Automatic CFG - Attention modifiers", "Automatic CFG - Attention modifiers tester", + "Automatic CFG - Custom attentions", "Automatic CFG - Excellent attention", "Automatic CFG - Negative", "Automatic CFG - Post rescale only", @@ -2123,6 +2124,8 @@ "ACN_SparseCtrlMergedLoaderAdvanced", "ACN_SparseCtrlRGBPreprocessor", "ACN_SparseCtrlSpreadMethodNode", + "ACN_TimestepKeyframeFromStrengthList", + "ACN_TimestepKeyframeInterpolation", "ControlNetLoaderAdvanced", "CustomControlNetWeights", "CustomT2IAdapterWeights", @@ -5907,6 +5910,7 @@ "ImageDirIterator", "Modelscopet2v", "Modelscopev2v", + "TextFileLineIterator", "VidDirIterator" ], { @@ -7759,13 +7763,17 @@ "FL_CodeNode", "FL_DirectoryCrawl", "FL_Glitch", + "FL_HalftonePattern", "FL_HexagonalPattern", "FL_ImageCaptionSaver", "FL_ImageDimensionDisplay", "FL_ImageDurationSync", "FL_ImagePixelator", "FL_ImageRandomizer", + "FL_NFTGenerator", "FL_PixelSort", + "FL_PromptSelector", + "FL_RandomNumber", "FL_Ripple" ], { @@ -10856,6 +10864,18 @@ "title_aux": "ComfyUI-TrollSuite" } ], + "https://github.com/oztrkoguz/ComfyUI_StoryCreater_and_Imager": [ + [ + "Kosmos2SamplerSimple2", + "KosmosLoader2", + "StoryLoader", + "StorySamplerSimple", + "Write2" + ], + { + "title_aux": "ComfyUI StoryCreater and Imager" + } + ], "https://github.com/palant/extended-saveimage-comfyui": [ [ "SaveImageExtended"