update DB

This commit is contained in:
Dr.Lt.Data 2024-06-06 21:48:59 +09:00
parent 228a0bcb8b
commit b007626c57
5 changed files with 103 additions and 7 deletions

View File

@ -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"
},

View File

@ -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"

View File

@ -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"

View File

@ -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",

View File

@ -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"