Nathan - DreamFast Solutions
Nathan - DreamFast Solutions
Hi, thanks for making this plugin! I've followed the readme and I'm trying to update the dates on drag and drop. I have a Calendar page which has the `CalendarWidget.php`...
Hi again, thanks for the work with this. We use this on a bot and it's great fun for our little internet community. The recent ComfyUi updates have broken the...
Fix for https://github.com/richinsley/comfy2go/issues/13 In my experiences with the recent ComfyUi updates the type has changed to determine the position of group boxes. We now have `[]interface{}` and also `map[string]interface{}`. I...
Fix for issue https://github.com/richinsley/comfy2go/issues/12 ``` panic: runtime error: index out of range [1] with length 1 goroutine 517 [running]: github.com/richinsley/comfy2go/graphapi.NewPropertyFromInput({0xc0009002e3, 0x9}, 0x0, 0x9?, 0x0) /home/maxx/go/pkg/mod/github.com/richinsley/[email protected]/graphapi/properties.go:807 +0x619 github.com/richinsley/comfy2go/graphapi.(*NodeObjects).PopulateInputProperties(0xc00007e078) /home/maxx/go/pkg/mod/github.com/richinsley/[email protected]/graphapi/nodeobjects.go:153 +0x225 github.com/richinsley/comfy2go/client.(*ComfyClient).GetObjectInfos(0xc0002bd030?)...