mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02: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"
|
||||
],
|
||||
"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",
|
||||
|
||||
@ -5854,6 +5854,7 @@
|
||||
],
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"LoraTagLoader",
|
||||
"StringCleaning",
|
||||
"TiktokenTokenizer",
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
@ -5861,6 +5862,7 @@
|
||||
"\u2728\ud83d\udcac Groq LLM API",
|
||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||
"\ud83c\udff7\ufe0f LoRA Loader Prompt Tags",
|
||||
"\ud83d\udcbe Save Text File With Path",
|
||||
"\ud83d\udcc1 Get File Path",
|
||||
"\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": [
|
||||
[
|
||||
"Face Crop"
|
||||
"Face Crop",
|
||||
"Face Crop Mouth"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Ifnot-Pack"
|
||||
@ -3515,6 +3516,7 @@
|
||||
"Hy3DSetMeshPBRAttributes",
|
||||
"Hy3DSetMeshPBRTextures",
|
||||
"Hy3DTorchCompileSettings",
|
||||
"Hy3DUploadMesh",
|
||||
"Hy3DVAEDecode"
|
||||
],
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -10,16 +10,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"title": "A2V Multi Image Composite",
|
||||
"author": "AiartvnTeam",
|
||||
"title": "A2V Multi Image Composite",
|
||||
"id": "Aiartvn",
|
||||
"description": "Node for compositing multiple images with interactive preview and layer management",
|
||||
"repository": "https://github.com/aiartvn/A2V_Multi_Image_Composite",
|
||||
"install_type": "git-clone",
|
||||
"reference": "https://github.com/aiartvn/A2V_Multi_Image_Composite",
|
||||
"files": [
|
||||
"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"]
|
||||
},
|
||||
{
|
||||
|
||||
@ -5854,6 +5854,7 @@
|
||||
],
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"LoraTagLoader",
|
||||
"StringCleaning",
|
||||
"TiktokenTokenizer",
|
||||
"\u26d4 Generate Negative Prompt",
|
||||
@ -5861,6 +5862,7 @@
|
||||
"\u2728\ud83d\udcac Groq LLM API",
|
||||
"\u2728\ud83d\udcdd Groq ALM API - Transcribe",
|
||||
"\u2728\ud83d\udcf7 Groq VLM API",
|
||||
"\ud83c\udff7\ufe0f LoRA Loader Prompt Tags",
|
||||
"\ud83d\udcbe Save Text File With Path",
|
||||
"\ud83d\udcc1 Get File Path",
|
||||
"\ud83d\udd20 Tiktoken Tokenizer Info",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user