pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.72k stars 133 forks source link

Save File Formatting for Checkpoint Load now shows as [object Object] #324

Open cor-of-org opened 1 month ago

cor-of-org commented 1 month ago

I usually do something like this:

%date:yyyy-MM-dd%/%Prefix.text%/%Checkpoint.ckpt_name%/[%Seed.seed%][%KSampler.sampler_name%-%KSampler.scheduler%(%KSampler.steps%)][cfg=%KSampler.cfg%]

"Checkpoint" being the checkpoint loader title (and matching Properties value). Since my last update I get [object Object] instead of the expected checkpoint name.

Using the standard checkpoint loader still works fine.

cor-of-org commented 1 month ago

This might be helpful.

When I bring up ComfyUI Node Search, all other checkpoint loaders show an actual checkpoint in their preview, whereas yours shows this:

Checkpoint_Loader_Preview_Wonky