MarcelMoczarski
MarcelMoczarski
another fix: replace the close() function (line 182) with this one: ``` close() { if (typeof ComfyApp.onClipspaceEditorClosed === "function") { ComfyApp.onClipspaceEditorClosed(); } else { ComfyApp.clipspace_return_node = null; } if (this.iframe_container...
The toolkit uses diffusers (e.g., the flowmatcheulerdiscrete sampler) that aren’t available natively in ComfyUI. There is a ComfyUI diffusers node package, but it had broken dependencies for me
did you get it working? normally you have to add a hugging face token under settings and the models are getting downloaded automatically to ie. "c -> users -> pc_name...