diff --git a/custom-node-list.json b/custom-node-list.json index 6d527fe5..071a8ac5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9923,6 +9923,17 @@ "install_type": "git-clone", "description": "This is a simple plugin for ComfyUI that allows you to import A1111 CSV styles into ComfyUI prompts." }, + { + "author": "chakib-belgaid", + "title": "ComfyUI-autosize", + "id": "autosize", + "reference": "https://github.com/chakib-belgaid/ComfyUI-autosize", + "files": [ + "https://github.com/chakib-belgaid/ComfyUI-autosize" + ], + "install_type": "git-clone", + "description": "A ComfyUI utility plugin designed to optimize the latent space for generating high-quality results. It approximates the closest size model for better generation results." + }, { "author": "ThereforeGames", "title": "ComfyUI-Unprompted", @@ -10011,7 +10022,18 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI allows you to inject specific prompts at specific blocks of the Stable Diffusion UNet, providing fine-grained control over the generated image. It is based on the concept that the content/subject understanding of the model is primarily contained within the MID0 and MID1 blocks, as demonstrated in the B-Lora (Content Style implicit separation) paper. Features.\nInject different prompts into specific UNet blocks Three different node variations for flexible workflow integration Customize the learning rate of specific blocks to focus on content, lighting, style, or other aspects Potential for developing a 'Mix of Experts' approach by swapping blocks on-the-fly based on prompt content" }, - + { + "author": "FrankChieng", + "title": "ComfyUI_llm_easyanimiate", + "id": "llm-easyanimate", + "nodename_pattern": "^FrankChiengEasyAnimate", + "reference": "https://github.com/frankchieng/ComfyUI_llm_easyanimiate", + "files": [ + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate" + ], + "install_type": "git-clone", + "description": "implementation easyanimate with llama3-8b-6bit instruction LLM generation prompt help" + }, diff --git a/extension-node-map.json b/extension-node-map.json index d899e766..cc0ba907 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6325,6 +6325,15 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], + "https://github.com/chakib-belgaid/ComfyUI-autosize": [ + [ + "CustomAutoSize", + "SDXLAutoSize" + ], + { + "title_aux": "ComfyUI-autosize" + } + ], "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": [ [ "Prompt_Styler" @@ -8139,22 +8148,24 @@ "Eden_String", "FolderScanner", "GetRandomFile", + "Get_Prefixed_Imgs", "HistogramMatching", "IMG_blender", "IMG_padder", "IMG_resolution_multiple_of", "IMG_scaler", "IMG_unpadder", - "IPAdapterRandomRotateEmbeds", "If ANY execute A else B", "ImageDescriptionNode", "LatentTypeConversion", + "Linear_Combine_IP_Embeds", "LoadImagesByFilename", "LoadRandomImage", + "Load_Embeddings_From_Folder", "MaskFromRGB", "MaskFromRGB_KMeans", - "Mix_IP_Embeddings", - "SaveExplorationState", + "Random_Style_Mixture", + "SaveImageAdvanced", "SavePosEmbeds", "VAEDecode_to_folder", "VideoFrameSelector" @@ -8553,6 +8564,13 @@ "title_aux": "ComfyUI_MagicClothing" } ], + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": [ + [], + { + "nodename_pattern": "^FrankChiengEasyAnimate", + "title_aux": "ComfyUI_llm_easyanimiate" + } + ], "https://github.com/fsdymy1024/ComfyUI_fsdymy": [ [ "Preview Image Without Metadata", @@ -12700,6 +12718,9 @@ ], "https://github.com/smthemex/ComfyUI_ChatGLM_API": [ [ + "Glm_4_9b_Chat", + "Glm_4v_9b", + "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", "ZhipuaiApi_Txt", "ZhipuaiApi_img" diff --git a/github-stats.json b/github-stats.json index 523cc3f2..8b2ebeff 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1579,6 +1579,10 @@ "stars": 72, "last_update": "2024-05-22 22:17:55" }, + "https://github.com/chakib-belgaid/ComfyUI-autosize": { + "stars": 0, + "last_update": "2024-06-06 10:53:34" + }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-06-04 13:38:55" @@ -2123,6 +2127,10 @@ "stars": 391, "last_update": "2024-05-23 00:23:32" }, + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { + "stars": 5, + "last_update": "2024-06-06 08:18:29" + }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 1, "last_update": "2024-05-23 01:21:16" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 780bb751..c452d6ba 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -15,6 +15,30 @@ + + { + "author": "FrankChieng", + "title": "ComfyUI_llm_easyanimiate", + "id": "llm-easyanimate", + "nodename_pattern": "^FrankChiengEasyAnimate", + "reference": "https://github.com/frankchieng/ComfyUI_llm_easyanimiate", + "files": [ + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate" + ], + "install_type": "git-clone", + "description": "implementation easyanimate with llama3-8b-6bit instruction LLM generation prompt help" + }, + { + "author": "chakib-belgaid", + "title": "ComfyUI-autosize", + "id": "autosize", + "reference": "https://github.com/chakib-belgaid/ComfyUI-autosize", + "files": [ + "https://github.com/chakib-belgaid/ComfyUI-autosize" + ], + "install_type": "git-clone", + "description": "A ComfyUI utility plugin designed to optimize the latent space for generating high-quality results. It approximates the closest size model for better generation results." + }, { "author": "DataCTE", "title": "Prompt Injection Node for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d899e766..cc0ba907 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6325,6 +6325,15 @@ "title_aux": "ComfyUI LLaVA Captioner" } ], + "https://github.com/chakib-belgaid/ComfyUI-autosize": [ + [ + "CustomAutoSize", + "SDXLAutoSize" + ], + { + "title_aux": "ComfyUI-autosize" + } + ], "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": [ [ "Prompt_Styler" @@ -8139,22 +8148,24 @@ "Eden_String", "FolderScanner", "GetRandomFile", + "Get_Prefixed_Imgs", "HistogramMatching", "IMG_blender", "IMG_padder", "IMG_resolution_multiple_of", "IMG_scaler", "IMG_unpadder", - "IPAdapterRandomRotateEmbeds", "If ANY execute A else B", "ImageDescriptionNode", "LatentTypeConversion", + "Linear_Combine_IP_Embeds", "LoadImagesByFilename", "LoadRandomImage", + "Load_Embeddings_From_Folder", "MaskFromRGB", "MaskFromRGB_KMeans", - "Mix_IP_Embeddings", - "SaveExplorationState", + "Random_Style_Mixture", + "SaveImageAdvanced", "SavePosEmbeds", "VAEDecode_to_folder", "VideoFrameSelector" @@ -8553,6 +8564,13 @@ "title_aux": "ComfyUI_MagicClothing" } ], + "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": [ + [], + { + "nodename_pattern": "^FrankChiengEasyAnimate", + "title_aux": "ComfyUI_llm_easyanimiate" + } + ], "https://github.com/fsdymy1024/ComfyUI_fsdymy": [ [ "Preview Image Without Metadata", @@ -12700,6 +12718,9 @@ ], "https://github.com/smthemex/ComfyUI_ChatGLM_API": [ [ + "Glm_4_9b_Chat", + "Glm_4v_9b", + "Glm_Lcoal_Or_Repo", "ZhipuaiApi_Character", "ZhipuaiApi_Txt", "ZhipuaiApi_img"