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.
@@ -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 split from the KREA2 ULTRA monolith with NO
3
- # bypassed nodes (Ideogram-4-style JSON/area prompting only). Needs native ComfyUI
4
- # KREA 2 support (comfy/text_encoders/krea2.py, ComfyUI >= v0.26.0) — CLIPLoader type=krea2.
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 split from the KREA2 ULTRA
11
- monolith — no group toggles; two optional post-proc nodes ship bypassed (see
12
- notes). For a plain prose prompt, use the krea2-txt2img-manual pack instead.
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 is gone (it lives in krea2-txt2img-manual).
28
- - Two OPTIONAL post-proc nodes ship BYPASSED in the positive-conditioning loop
29
- (un-bypass to use). Smart Seed Variance (RBG_Smart_Seed_Variance) enable to
30
- explore controlled variations of the same prompt without changing the
31
- composition; set its seed mode to "randomize" and tune the variance
32
- mode/strength widgets. ConditioningKrea2Rebalance enable to rebalance the
33
- per-token conditioning weights (the comma-separated weight string); the
34
- upstream author frames it as removing Krea 2's built-in safety filter, so
35
- leave it bypassed for the model's default safety behavior.
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