Open cor-of-org opened 2 months 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.
[object Object]
Using the standard checkpoint loader still works fine.
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:
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.