space-nuko
space-nuko
Also this may be an issue with threading since the stack is under a call inside a `ThreadPool`, and the `loadLibrary` method being called returns a `Future`. I tried making...
Here is a minimal repro ```hx package; import openfl.display.Sprite; import lime.utils.Bytes; import haxe.Json; class Main extends Sprite { public function new() { super(); var bytes = Bytes.fromFile("C:/path/to/huge.json"); var s =...
Yeah but this is more a "pick up where I left off" feature, for example if I need to restart the UI if something got stuck doe to network/other issues...
Bug (?) I found with that is if you train a hypernetwork it overwrites that last prompt, I'd expect last txt2img prompt instead Also imo that UI is not discoverable...
In case it helps I did manage to hack my way around this, by modifying the swf lib to instantiate the SWF symbols with the correct types using RTTI
Is there no way around this? It means I have to update the parent of the child widget I want the state to update in a list, so the entire...
Just an FYI, I implemented this in my TypeScript fork of litegraph in case it helps guide this implementation https://github.com/space-nuko/litegraph.ts/blob/d7bf6085d1719febf8c52d084e317c64befc0548/packages/core/src/nodes/Subgraph.ts#L299
Just for the sake of updates, I was wondering if there has been any progress on this feature? There have been a lot of recent developments where the lack of...
In case you're interested I'm working on a new frontend for ComfyUI that supports more than one workflow per graph. Below is an example, first an image is drawn with...
I think it will require several changes in litegraph to fix bugs. The most major change is for subgraphs to be compatible with ComfyUI's backend, the node IDs have to...