Align verified ComfyUI workflow model names

This commit is contained in:
Morpheus
2026-08-09 04:05:53 +00:00
parent 9c72770f9e
commit aaab112f11
11 changed files with 75 additions and 42 deletions
@@ -0,0 +1,33 @@
# 2026-08-09 Live Model Check
Checked the quiet 5am UK window against Chris's live ComfyUI server at `http://192.168.1.202:8188`.
Verified directly from live loader metadata:
- `VAELoader`: `LTX23_audio_vae_bf16.safetensors`, `LTX23_video_vae_bf16.safetensors`, `ae.safetensors`, `flux2-vae.safetensors`, `full_encoder_small_decoder.safetensors`, `taeltx2_3.safetensors`
- `UNETLoader`: `flux-2-klein-9b-fp8mixed.safetensors`, `ltx-2.3-22b-distilled-1.1_transformer_only_fp8_scaled.safetensors`, `ltx-2.3-22b-distilled-1.1_transformer_only_int8_convrot.safetensors`, `zImageTurbo_turbo.safetensors`
- `CLIPLoader`: `Qwen\\qwen_3_4b.safetensors`, `qwen_3_8b_fp8mixed.safetensors`, `gemma_3_12B_it_fp8_scaled.safetensors`, `ltx-2.3_text_projection_bf16.safetensors`
- `LoraLoader` / `LTXDirectorGuideCS`: confirmed live LTX and Flux/ZImage subpaths such as `ltx\\ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors`, `LTX\\ltx-2.3-22b-distilled-lora-dynamic_fro09_avg_rank_105_bf16.safetensors`
Verified from successful history:
- `ltx-2.3-22b-distilled-1.1_transformer_only_fp8_scaled.safetensors`
- `ltx-2.3-22b-distilled-1.1_transformer_only_int8_convrot.safetensors`
- `gemma_3_12B_it_fp8_scaled.safetensors`
- `ltx-2.3_text_projection_bf16.safetensors`
- `taeltx2_3.safetensors`
- `LTX23_video_vae_bf16.safetensors`
- `LTX23_audio_vae_bf16.safetensors`
- `flux-2-klein-9b-fp8mixed.safetensors`
- `qwen_3_8b_fp8mixed.safetensors`
Repo updates in this pass:
- Repointed verified LTX workflows to the live `taeltx2_3`, `LTX23_video_vae_bf16`, `gemma_3_12B_it_fp8_scaled`, and `ltx-2.3-22b-distilled-1.1_*` filenames.
- Repointed the verified Flux2-klein 9B workflows to `flux-2-klein-9b-fp8mixed.safetensors`.
- Repointed the verified Z-Image workflows to `Qwen\\qwen_3_4b.safetensors` and `zImageTurbo_turbo.safetensors`.
Still unresolved:
- MiniMax loader/model filenames were not surfaced by current live loader metadata, and no recent successful MiniMax jobs were available in history to confirm the real local filenames.
- Several legacy Flux and older Flux2-klein/LTX helper workflows still reference models or LoRAs with no direct live match; those were left untouched rather than guessed.