mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-09 19:17:38 +08:00
This commit is contained in:
parent
3ad3f0df39
commit
d2459128db
@ -43818,6 +43818,18 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A ComfyUI extension providing nodes for generating 3D models from images and rendering/visualizing 3D assets within your workflow."
|
"description": "A ComfyUI extension providing nodes for generating 3D models from images and rendering/visualizing 3D assets within your workflow."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "DailyMok",
|
||||||
|
"title": "dAIly Prompt & Token Utils",
|
||||||
|
"id": "daily-prompt-token-utils",
|
||||||
|
"reference": "https://github.com/DailyMok/ComfyUI-dAIly",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/DailyMok/ComfyUI-dAIly"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Smart real-time token counter for CLIP-L, T5-XXL (Flux), Qwen + seed-controlled prompt mixer from custom CSV wildcards. Supports field overrides, flat/paragraph modes, thread-safe caching.",
|
||||||
|
"tags": ["prompt", "token", "csv", "wildcard", "utils", "text"]
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5899,6 +5899,15 @@
|
|||||||
"title_aux": "ComfyUI-Gemini-Prompt-Studio"
|
"title_aux": "ComfyUI-Gemini-Prompt-Studio"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/DailyMok/ComfyUI-dAIly": [
|
||||||
|
[
|
||||||
|
"PromptMixerdAIly",
|
||||||
|
"TokenCounterdAIly"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "dAIly Prompt & Token Utils"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/DanPli/ComfyUI-Flux2LatentPresets": [
|
"https://github.com/DanPli/ComfyUI-Flux2LatentPresets": [
|
||||||
[
|
[
|
||||||
"Flux2EmptyLatentPresets"
|
"Flux2EmptyLatentPresets"
|
||||||
@ -45557,6 +45566,15 @@
|
|||||||
"title_aux": "ComfyUI Globetrotter Nodes"
|
"title_aux": "ComfyUI Globetrotter Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/manycore-research/ComfyUI-Lux3D": [
|
||||||
|
[
|
||||||
|
"Lux3D",
|
||||||
|
"LuxRealEngine"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Lux3D"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/mape/ComfyUI-mape-Helpers": [
|
"https://github.com/mape/ComfyUI-mape-Helpers": [
|
||||||
[
|
[
|
||||||
"mape Variable"
|
"mape Variable"
|
||||||
|
|||||||
2775
github-stats.json
2775
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,17 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "DailyMok",
|
||||||
|
"title": "dAIly Prompt & Token Utils",
|
||||||
|
"id": "daily-prompt-token-utils",
|
||||||
|
"reference": "https://github.com/DailyMok/ComfyUI-dAIly",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/DailyMok/ComfyUI-dAIly"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Smart real-time token counter for CLIP-L, T5-XXL (Flux), Qwen + seed-controlled prompt mixer from custom CSV wildcards. Supports field overrides, flat/paragraph modes, thread-safe caching.",
|
||||||
|
"tags": ["prompt", "token", "csv", "wildcard", "utils", "text"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Manycore Tech",
|
"author": "Manycore Tech",
|
||||||
"title": "ComfyUI-Lux3D",
|
"title": "ComfyUI-Lux3D",
|
||||||
|
|||||||
@ -5899,6 +5899,15 @@
|
|||||||
"title_aux": "ComfyUI-Gemini-Prompt-Studio"
|
"title_aux": "ComfyUI-Gemini-Prompt-Studio"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/DailyMok/ComfyUI-dAIly": [
|
||||||
|
[
|
||||||
|
"PromptMixerdAIly",
|
||||||
|
"TokenCounterdAIly"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "dAIly Prompt & Token Utils"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/DanPli/ComfyUI-Flux2LatentPresets": [
|
"https://github.com/DanPli/ComfyUI-Flux2LatentPresets": [
|
||||||
[
|
[
|
||||||
"Flux2EmptyLatentPresets"
|
"Flux2EmptyLatentPresets"
|
||||||
@ -45557,6 +45566,15 @@
|
|||||||
"title_aux": "ComfyUI Globetrotter Nodes"
|
"title_aux": "ComfyUI Globetrotter Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/manycore-research/ComfyUI-Lux3D": [
|
||||||
|
[
|
||||||
|
"Lux3D",
|
||||||
|
"LuxRealEngine"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Lux3D"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/mape/ComfyUI-mape-Helpers": [
|
"https://github.com/mape/ComfyUI-mape-Helpers": [
|
||||||
[
|
[
|
||||||
"mape Variable"
|
"mape Variable"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user