Peyton DeNiro
Peyton DeNiro
If you are still having issues with the API, I created an extension to convert any comfyui workflow (including custom nodes) into executable python code that will run without relying...
@Thrasosoft I could be wrong, but I don't think you can use the API without polling the server. You could use my extension to automatically generate Python code from your...
replace: `import lazypredict as lp` with `from lazypredict.Supervised import LazyRegressor`
Click the settings wheel, then "enable dev mode options" in the pop up. This enables a save (API Format) button.
@vojtajina The easiest way to do this with the current implementation would be to just throw the generated code into a notebook. Load everything in the top cell, then make...
@athreesh That sounds like an issue outside of this extension if the error is coming from simply downloading the workflow_api.json from the comfyui web app.
@blademarketing I made a few updates the last couple of days that may fix this issue so feel free to pull the latest version and check the output. If you...
@Fashizel This is likely solved with the latest release. Please try using the latest version of the repo and let me know if you are still facing the same issue.
I haven't tested, but the default args you pass in comfyui should carry over here as well. Have you tried running the generated script with those arguments?
Yep. I haven't tested, but I think that should work.