comfyui-mcp 0.20.4 → 0.20.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/services/image-management.js +20 -10
- package/dist/services/image-management.js.map +1 -1
- package/dist/tools/image-management.js +4 -2
- package/dist/tools/image-management.js.map +1 -1
- package/package.json +1 -1
- package/packs/krea2-combo/install-runpod.sh +42 -0
- package/packs/krea2-combo/install-windows.bat +47 -0
- package/packs/krea2-combo/manifest.yaml +40 -0
- package/packs/krea2-combo/pack.yaml +44 -0
- package/packs/krea2-combo/workflow.json +2639 -0
- package/packs/krea2-txt2img-json/install-runpod.sh +1 -1
- package/packs/krea2-txt2img-json/install-windows.bat +1 -1
- package/packs/krea2-txt2img-json/manifest.yaml +7 -5
- package/packs/krea2-txt2img-json/pack.yaml +13 -12
- package/packs/krea2-txt2img-json/workflow.json +145 -144
- package/packs/krea2-txt2img-manual/install-runpod.sh +1 -1
- package/packs/krea2-txt2img-manual/install-windows.bat +1 -1
- package/packs/krea2-txt2img-manual/manifest.yaml +6 -5
- package/packs/krea2-txt2img-manual/pack.yaml +14 -16
- package/packs/krea2-txt2img-manual/workflow.json +139 -138
- package/plugin/skills/krea2-txt2img/SKILL.md +50 -32
|
@@ -28,8 +28,8 @@ echo "-------- custom nodes --------"
|
|
|
28
28
|
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
30
30
|
clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
31
|
+
clone "ComfyUI-Krea2T-Enhancer" "https://github.com/capitan01R/ComfyUI-Krea2T-Enhancer"
|
|
31
32
|
clone "ComfyUI-RBG-SmartSeedVariance" "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance"
|
|
32
|
-
clone "ComfyUI-ConditioningKrea2Rebalance" "https://github.com/nova452/ComfyUI-ConditioningKrea2Rebalance"
|
|
33
33
|
|
|
34
34
|
echo "-------- models --------"
|
|
35
35
|
grab "models/diffusion_models/krea2_turbo_fp8.safetensors" "https://huggingface.co/Aitrepreneur/FLX/resolve/main/krea2_turbo_fp8.safetensors"
|
|
@@ -18,8 +18,8 @@ echo -------- custom nodes --------
|
|
|
18
18
|
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
20
20
|
call :clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
21
|
+
call :clone "ComfyUI-Krea2T-Enhancer" "https://github.com/capitan01R/ComfyUI-Krea2T-Enhancer"
|
|
21
22
|
call :clone "ComfyUI-RBG-SmartSeedVariance" "https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance"
|
|
22
|
-
call :clone "ComfyUI-ConditioningKrea2Rebalance" "https://github.com/nova452/ComfyUI-ConditioningKrea2Rebalance"
|
|
23
23
|
|
|
24
24
|
echo -------- models --------
|
|
25
25
|
call :grab "models\diffusion_models\krea2_turbo_fp8.safetensors" "https://huggingface.co/Aitrepreneur/FLX/resolve/main/krea2_turbo_fp8.safetensors"
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
# KREA 2 (krea2_turbo) txt2img — JSON prompt-builder. Consumable by apply_manifest.
|
|
2
|
-
# Standalone single-pipeline pack
|
|
3
|
-
#
|
|
4
|
-
#
|
|
1
|
+
# KREA 2 (krea2_turbo) txt2img — JSON prompt-builder. V2. Consumable by apply_manifest.
|
|
2
|
+
# Standalone single-pipeline pack sliced from the KREA2 ULTRA V2 monolith
|
|
3
|
+
# (Ideogram-4-style JSON/area prompting). Needs native ComfyUI KREA 2 support
|
|
4
|
+
# (comfy/text_encoders/krea2.py, ComfyUI >= v0.26.0) — CLIPLoader type=krea2. V2
|
|
5
|
+
# adds the Krea2T-Enhancer model detail-boost patch (ships ACTIVE) and drops v1's
|
|
6
|
+
# ConditioningKrea2Rebalance.
|
|
5
7
|
# Mirror base: https://huggingface.co/Aitrepreneur/FLX/resolve/main (third-party)
|
|
6
8
|
|
|
7
9
|
pip: []
|
|
@@ -10,8 +12,8 @@ custom_nodes:
|
|
|
10
12
|
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
11
13
|
- https://github.com/rgthree/rgthree-comfy # Power Lora Loader / Any Switch
|
|
12
14
|
- https://github.com/kijai/ComfyUI-KJNodes # Set/Get bus, Ideogram4PromptBuilderKJ, ImageSharpenKJ
|
|
15
|
+
- https://github.com/capitan01R/ComfyUI-Krea2T-Enhancer # Krea2T-Enhancer — V2 model detail-boost patch (ships ACTIVE)
|
|
13
16
|
- https://github.com/RamonGuthrie/ComfyUI-RBG-SmartSeedVariance # RBG_Smart_Seed_Variance (opt-in, ships bypassed)
|
|
14
|
-
- https://github.com/nova452/ComfyUI-ConditioningKrea2Rebalance # ConditioningKrea2Rebalance (opt-in, ships bypassed)
|
|
15
17
|
|
|
16
18
|
models:
|
|
17
19
|
# --- Diffusion model (krea2_turbo) — fp8 for RTX 4000/3000/2000.
|
|
@@ -7,9 +7,10 @@ description: >-
|
|
|
7
7
|
JSON prompt-builder (Ideogram4PromptBuilderKJ) — per-region descriptions and
|
|
8
8
|
bounding boxes for precise area prompting, on the same krea2 turbo stack
|
|
9
9
|
(native CLIPLoader type=krea2 + Qwen3-VL 4B text encoder + Qwen image VAE, at
|
|
10
|
-
8 steps / cfg 1). Standalone single-pipeline graph
|
|
11
|
-
monolith — no group toggles
|
|
12
|
-
|
|
10
|
+
8 steps / cfg 1). Standalone single-pipeline graph sliced from the KREA2 ULTRA
|
|
11
|
+
V2 monolith — no group toggles. V2 adds the Krea2T-Enhancer model detail-boost
|
|
12
|
+
patch (ships ACTIVE). For a plain prose prompt use krea2-txt2img-manual; for the
|
|
13
|
+
two-pass detail-boost combo use krea2-combo.
|
|
13
14
|
vram: "<24GB"
|
|
14
15
|
workflow: workflow.json
|
|
15
16
|
skill: krea2-txt2img
|
|
@@ -24,15 +25,15 @@ notes:
|
|
|
24
25
|
- Default diffusion model is krea2_turbo_fp8 (RTX 4000/3000/2000). On RTX 5000
|
|
25
26
|
(Blackwell) swap in krea2_turbo_mxfp8.safetensors for native fp8.
|
|
26
27
|
- One clean pipeline, no group toggles; the Ideogram4PromptBuilderKJ drives the
|
|
27
|
-
prompt. The manual-prompt branch
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
28
|
+
prompt. The manual-prompt branch lives in krea2-txt2img-manual; the two-pass
|
|
29
|
+
detail-boost combo is krea2-combo.
|
|
30
|
+
- V2 Krea2T-Enhancer (a MODEL detail-boost patch) ships ACTIVE in the model path
|
|
31
|
+
(PowerLora -> Krea2T-Enhancer -> sampler). Bypass it to compare against the
|
|
32
|
+
un-boosted result.
|
|
33
|
+
- Smart Seed Variance (RBG_Smart_Seed_Variance) ships BYPASSED (optional,
|
|
34
|
+
passthrough in the positive-conditioning loop) — un-bypass to explore
|
|
35
|
+
controlled variations of the same prompt; set its seed mode to "randomize" and
|
|
36
|
+
tune the variance mode/strength widgets.
|
|
36
37
|
- JSON prompting tips — set ALL builder fields (prompt/background/technical/
|
|
37
38
|
style/lighting), keep palettes EMPTY (a rich palette renders as a literal
|
|
38
39
|
color-swatch strip), and add "no people / single full-frame photograph" for
|