mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
df2a7ddca4
commit
d7d31a19e5
@ -5108,7 +5108,7 @@
|
|||||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes"
|
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Added new models to Groq LLM. Added a new node: Tiktoken Tokenizer Info."
|
"description": "Added Lora Loader - Tag node, originally by badjeff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "AI2lab",
|
"author": "AI2lab",
|
||||||
|
|||||||
@ -5854,6 +5854,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||||
[
|
[
|
||||||
|
"LoraTagLoader",
|
||||||
"StringCleaning",
|
"StringCleaning",
|
||||||
"TiktokenTokenizer",
|
"TiktokenTokenizer",
|
||||||
"\u26d4 Generate Negative Prompt",
|
"\u26d4 Generate Negative Prompt",
|
||||||
@ -5861,6 +5862,7 @@
|
|||||||
"\u2728\ud83d\udcac Groq LLM API",
|
"\u2728\ud83d\udcac Groq LLM API",
|
||||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||||
|
"\ud83c\udff7\ufe0f LoRA Loader Prompt Tags",
|
||||||
"\ud83d\udcbe Save Text File With Path",
|
"\ud83d\udcbe Save Text File With Path",
|
||||||
"\ud83d\udcc1 Get File Path",
|
"\ud83d\udcc1 Get File Path",
|
||||||
"\ud83d\udd20 Tiktoken Tokenizer Info",
|
"\ud83d\udd20 Tiktoken Tokenizer Info",
|
||||||
|
|||||||
2310
github-stats.json
2310
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -933,7 +933,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": [
|
"https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": [
|
||||||
[
|
[
|
||||||
"Face Crop"
|
"Face Crop",
|
||||||
|
"Face Crop Mouth"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Ifnot-Pack"
|
"title_aux": "ComfyUI-Ifnot-Pack"
|
||||||
@ -3515,6 +3516,7 @@
|
|||||||
"Hy3DSetMeshPBRAttributes",
|
"Hy3DSetMeshPBRAttributes",
|
||||||
"Hy3DSetMeshPBRTextures",
|
"Hy3DSetMeshPBRTextures",
|
||||||
"Hy3DTorchCompileSettings",
|
"Hy3DTorchCompileSettings",
|
||||||
|
"Hy3DUploadMesh",
|
||||||
"Hy3DVAEDecode"
|
"Hy3DVAEDecode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -10,16 +10,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"title": "A2V Multi Image Composite",
|
|
||||||
"author": "AiartvnTeam",
|
"author": "AiartvnTeam",
|
||||||
|
"title": "A2V Multi Image Composite",
|
||||||
"id": "Aiartvn",
|
"id": "Aiartvn",
|
||||||
"description": "Node for compositing multiple images with interactive preview and layer management",
|
"reference": "https://github.com/aiartvn/A2V_Multi_Image_Composite",
|
||||||
"repository": "https://github.com/aiartvn/A2V_Multi_Image_Composite",
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/aiartvn/A2V_Multi_Image_Composite"
|
"https://github.com/aiartvn/A2V_Multi_Image_Composite"
|
||||||
],
|
],
|
||||||
|
"description": "Node for compositing multiple images with interactive preview and layer management",
|
||||||
|
"install_type": "git-clone",
|
||||||
"tags": ["image", "composite", "layer", "blend", "transform"]
|
"tags": ["image", "composite", "layer", "blend", "transform"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5854,6 +5854,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||||
[
|
[
|
||||||
|
"LoraTagLoader",
|
||||||
"StringCleaning",
|
"StringCleaning",
|
||||||
"TiktokenTokenizer",
|
"TiktokenTokenizer",
|
||||||
"\u26d4 Generate Negative Prompt",
|
"\u26d4 Generate Negative Prompt",
|
||||||
@ -5861,6 +5862,7 @@
|
|||||||
"\u2728\ud83d\udcac Groq LLM API",
|
"\u2728\ud83d\udcac Groq LLM API",
|
||||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||||
|
"\ud83c\udff7\ufe0f LoRA Loader Prompt Tags",
|
||||||
"\ud83d\udcbe Save Text File With Path",
|
"\ud83d\udcbe Save Text File With Path",
|
||||||
"\ud83d\udcc1 Get File Path",
|
"\ud83d\udcc1 Get File Path",
|
||||||
"\ud83d\udd20 Tiktoken Tokenizer Info",
|
"\ud83d\udd20 Tiktoken Tokenizer Info",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user