-
Notifications
You must be signed in to change notification settings - Fork 12.4k
When raising error for failure to load a model in the console mention the path it was expected in. #13098
Copy link
Copy link
Open
Labels
FeatureA new feature to add to ComfyUI.A new feature to add to ComfyUI.
Description
Feature Idea
When raising error in the console/cli for failure to load a model mention the path.
- DualCLIPLoader 477:
- Value not in list: clip_name2: 'ltx-2.3_text_projection_bf16.safetensors' not in (list of length 24)
- UNETLoader 478:
- Value not in list: unet_name: 'ltx-2.3-22b-distilled_transformer_only_fp8_input_scaled_v3.safetensors' not in (list of length 48)
- LoraLoaderModelOnly 573:
- Value not in list: lora_name: 'ltx-2/2.3/head_swap_extracted_mix_rank_adaptive_fro_0.98_fp16_00001_.safetensors' not in (list of length 886)
- VAELoaderKJ 480:
- Value not in list: vae_name: 'LTX23_audio_vae_bf16.safetensors' not in ['LTX23_video_vae_bf16.safetensors', 'Wan2_1_VAE_bf16.safetensors', 'Wan2_1_VAE_fp32.safetensors', 'ace_1.5_vae.safetensors', 'ae.safetensors', 'flux2-vae.safetensors', 'hunyuan_video_vae_bf16.safetensors', 'hunyuanvideo15_vae_fp16.safetensors', 'qwen_image_vae.safetensors', 'wan2.2_vae.safetensors', 'wan2_1_vae_fp8.safetensors', 'wanAIWan21VideoModelSafetensors_kijaiWan21T2V13B.safetensors', 'wanAIWan21VideoModelSafetensors_wan21VAESafetensors.safetensors', 'wan_2.1_vae.safetensors', 'pixel_space']
Just mention the path instead of the list.. or as well as the list.
Existing Solutions
No response
Other
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureA new feature to add to ComfyUI.A new feature to add to ComfyUI.