Nathan - DreamFast Solutions
Nathan - DreamFast Solutions
@gafar-code Please check the PR https://github.com/richinsley/comfy2go/pull/14 it has a fix for this issue that had worked okay for me here.
@SeditiousSov I had to make some code changes to access the properties with the recent updates. This may be of help as a reference on how to access certain properties....
I had added some logging and it seems to be for most nodes this will happen: ```go if len(slice) < 2 { slog.Info(fmt.Sprintf("Property %s has no value", input_name)) return newUnknownProperty(input_name,...
Fixed at https://github.com/richinsley/comfy2go/pull/15
Recently I have had a very similar problem to this. Using [cu124-megapak](https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu124-megapak), on linux 6.10.10-arch1-1 with docker. Nvidia drivers: Driver Version: 560.35.03 CUDA Version: 12.6 I have two GPUS with...