mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
0836e8fe7c
commit
23a09ad546
@ -28228,6 +28228,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple REST API interfaces for ComfyUI with dynamic parameter replacement and output management"
|
||||
},
|
||||
{
|
||||
"author": "bobsblazed",
|
||||
"title": "Bobs_Latent_Optimizer",
|
||||
"reference": "https://github.com/BobsBlazed/Bobs_Latent_Optimizer",
|
||||
"files": [
|
||||
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI is designed to optimize latent generation for use with FLUX, SDXL and SD3. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs."
|
||||
},
|
||||
{
|
||||
"author": "bobsblazed",
|
||||
"title": "Bobs_LoRA_Loader",
|
||||
"reference": "https://github.com/BobsBlazed/Bobs-Lora-Loader",
|
||||
"files": [
|
||||
"https://github.com/BobsBlazed/Bobs-Lora-Loader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom LoRA loader node for ComfyUI with advanced block-weighting controls for both SDXL and FLUX models. Features presets for common use-cases like 'Character' and 'Style', and a 'Custom' mode for fine-grained control over individual model blocks."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -28573,16 +28593,6 @@
|
||||
"install_type": "copy",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "bobsblazed",
|
||||
"title": "Bobs_Latent_Optimizer",
|
||||
"reference": "https://github.com/BobsBlazed/Bobs_Latent_Optimizer",
|
||||
"files": [
|
||||
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "This custom node for ComfyUI is designed to optimize latent generation for use with FLUX, SDXL and SD3. It provides flexible control over aspect ratios, megapixel sizes, and upscale factors, allowing users to dynamically create latents that fit specific tiling and resolution needs."
|
||||
},
|
||||
{
|
||||
"author": "SimonHeese",
|
||||
"title": "ComfyUI_AnimationNodes",
|
||||
|
||||
@ -2825,7 +2825,16 @@
|
||||
"title_aux": "ComfyUI-DiaTTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py": [
|
||||
"https://github.com/BobsBlazed/Bobs-Lora-Loader": [
|
||||
[
|
||||
"BobsLoraLoaderFlux",
|
||||
"BobsLoraLoaderSdxl"
|
||||
],
|
||||
{
|
||||
"title_aux": "Bobs_LoRA_Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [
|
||||
[
|
||||
"BobsLatentNode",
|
||||
"BobsLatentNodeAdvanced"
|
||||
@ -24803,6 +24812,7 @@
|
||||
"ImageTranslateParamsBuilder",
|
||||
"ImageTranslateResultExtractor",
|
||||
"LoadImagesFromUrls",
|
||||
"MaletteImageConcatFromBatch",
|
||||
"MarketImageGenerateWithPolling",
|
||||
"PythonCodeExecutor",
|
||||
"ReferenceLatent",
|
||||
@ -28878,6 +28888,7 @@
|
||||
],
|
||||
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
|
||||
[
|
||||
"ComfyUI Folder Paths | sokes \ud83e\uddac",
|
||||
"Current Date & Time | sokes \ud83e\uddac",
|
||||
"Generate Random Background | sokes \ud83e\uddac",
|
||||
"Hex Color Swatch | sokes \ud83e\uddac",
|
||||
|
||||
2862
github-stats.json
2862
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "bobsblazed",
|
||||
"title": "Bobs_LoRA_Loader",
|
||||
"reference": "https://github.com/BobsBlazed/Bobs-Lora-Loader",
|
||||
"files": [
|
||||
"https://github.com/BobsBlazed/Bobs-Lora-Loader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom LoRA loader node for ComfyUI with advanced block-weighting controls for both SDXL and FLUX models. Features presets for common use-cases like 'Character' and 'Style', and a 'Custom' mode for fine-grained control over individual model blocks."
|
||||
},
|
||||
{
|
||||
"author": "Yuan-ManX",
|
||||
"title": "ComfyUI-PosterCraft",
|
||||
|
||||
@ -2825,7 +2825,16 @@
|
||||
"title_aux": "ComfyUI-DiaTTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer/raw/refs/heads/main/Bobs_Latent_Optimizer.py": [
|
||||
"https://github.com/BobsBlazed/Bobs-Lora-Loader": [
|
||||
[
|
||||
"BobsLoraLoaderFlux",
|
||||
"BobsLoraLoaderSdxl"
|
||||
],
|
||||
{
|
||||
"title_aux": "Bobs_LoRA_Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/BobsBlazed/Bobs_Latent_Optimizer": [
|
||||
[
|
||||
"BobsLatentNode",
|
||||
"BobsLatentNodeAdvanced"
|
||||
@ -24803,6 +24812,7 @@
|
||||
"ImageTranslateParamsBuilder",
|
||||
"ImageTranslateResultExtractor",
|
||||
"LoadImagesFromUrls",
|
||||
"MaletteImageConcatFromBatch",
|
||||
"MarketImageGenerateWithPolling",
|
||||
"PythonCodeExecutor",
|
||||
"ReferenceLatent",
|
||||
@ -28878,6 +28888,7 @@
|
||||
],
|
||||
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
|
||||
[
|
||||
"ComfyUI Folder Paths | sokes \ud83e\uddac",
|
||||
"Current Date & Time | sokes \ud83e\uddac",
|
||||
"Generate Random Background | sokes \ud83e\uddac",
|
||||
"Hex Color Swatch | sokes \ud83e\uddac",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user