update DB

This commit is contained in:
Dr.Lt.Data
2024-09-05 01:49:05 +09:00
parent 740b763e78
commit 216214625a
8 changed files with 2318 additions and 1992 deletions

View File

@@ -1958,6 +1958,17 @@
"install_type": "git-clone",
"description": "A powerful anti-burn allowing much higher CFG scales for latent diffusion models (for ComfyUI)"
},
{
"author": "Extraltodeus",
"title": "DistanceSampler",
"id": "distancesampler",
"reference": "https://github.com/Extraltodeus/DistanceSampler",
"files": [
"https://github.com/Extraltodeus/Skimmed_CFG"
],
"install_type": "git-clone",
"description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI."
},
{
"author": "JPS",
"title": "JPS Custom Nodes for ComfyUI",
@@ -3604,7 +3615,7 @@
"https://github.com/GMapeSplat/ComfyUI_ezXY"
],
"install_type": "git-clone",
"description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.[w/NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.]Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values."
"description": "Extensions/Patches: Enables linking float and integer inputs and ouputs. Values are automatically cast to the correct type and clamped to the correct range. Works with both builtin and custom nodes.[w/NOTE: This repo patches ComfyUI's validate_inputs and map_node_over_list functions while running. May break depending on your version of ComfyUI. Can be deactivated in config.yaml.]Nodes: A collection of nodes for facilitating the generation of XY plots. Capable of plotting changes over most primitive values.[w/Does not work with current version of Comfyui]"
},
{
"author": "kinfolk0117",
@@ -12886,7 +12897,7 @@
"https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes"
],
"install_type": "git-clone",
"description": "Nodes:MultiTextEncode, KolorsMultiTextEncode"
"description": "Nodes:MultiTextEncode, KolorsMultiTextEncode, Caption, BatchImageProcessor"
},
{
"author": "aonekoss",
@@ -13731,7 +13742,7 @@
"https://github.com/Steudio/ComfyUI_Steudio"
],
"install_type": "git-clone",
"description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)"
"description": "Nodes: Make_Tile_Calc, Make_Tiles, Unmake_Tiles, Make_Size, Make_Size_Latent"
},
{
"author": "Assistant",
@@ -14002,6 +14013,17 @@
"install_type": "git-clone",
"description": "This is a custom node to convert png images into color ASCII art. As noted below, multiple font sizes are used in the specification. The resolution of the generated file is set to be the same as the input image."
},
{
"author": "Shiba-2-shiba",
"title": "ComfyUI_DiffusionModel_fp8_converter",
"id": "fp8-converter",
"reference": "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter",
"files": [
"https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter"
],
"install_type": "git-clone",
"description": "This is a custom node to convert only the Diffusion model part or CLIP model part to fp8 in ComfyUI.\nVAE fp8 conversion is not supported.\nThe advantage of this node is that you do not need to separate unet/clip/vae in advance when converting to fp8, but can use the safetenros files that ComfyUI provides."
},
{
"author": "Bao Pham",
"title": "ComfyUI-LyraVSIH",
@@ -14076,6 +14098,48 @@
"install_type": "git-clone",
"description": "Implementation of color transfer using KMeans algorithm"
},
{
"author": "Kinglord",
"title": "ComfyUI_Prompt_Gallery",
"reference": "https://github.com/Kinglord/ComfyUI_Prompt_Gallery",
"files": [
"https://github.com/Kinglord/ComfyUI_Prompt_Gallery"
],
"install_type": "git-clone",
"description": "A custom node that adds a UI element to the sidebar that allows for quick and easy navigation of images to aid in building prompts."
},
{
"author": "Phando",
"title": "ComfyUI-PhandoNodes",
"reference": "https://github.com/Phando/ComfyUI-PhandoNodes",
"files": [
"https://github.com/Phando/ComfyUI-PhandoNodes"
],
"install_type": "git-clone",
"description": "A collection of nodes to help streamline your ComfyUI workflows"
},
{
"author": "geocine",
"title": "geocine-comfyui",
"reference": "https://github.com/geocine/geocine-comfyui",
"files": [
"https://github.com/geocine/geocine-comfyui"
],
"install_type": "git-clone",
"description": "NODES:Image Selector (geocine), Image Scale (geocine)"
},
{
"author": "SeanScripts",
"title": "ComfyUI-Unload-Model",
"reference": "https://github.com/SeanScripts/ComfyUI-Unload-Model",
"files": [
"https://github.com/SeanScripts/ComfyUI-Unload-Model"
],
"install_type": "git-clone",
"description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff."
},