-
Notifications
You must be signed in to change notification settings - Fork 33
feature: add Comfystream management api #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feature: add Comfystream management api #56
Conversation
96cffd5 to
6250eef
Compare
|
@eliteprox @rickstaa I pushed up my latest updates. I have successfully reloaded the nodes now but it is very hacky and needs tested more. Please let me know your feedback. The Steps to reload client:
Questions to test:
|
0fb37c1 to
7dd6100
Compare
7dd6100 to
9c3475f
Compare
| app.router.add_post("/env/delete_models", delete_models) | ||
|
|
||
| app.router.add_post("/env/reload", reload) | ||
| app.router.add_post("/env/set_account_info", set_account_info) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nit: would suggest the root path to be /settings or /config instead of /env.
* set comfystream as default conda env add ffmpeg6, use conda-forge dockerfile cleanup
Add API to install and remove nodes/models for comfystream and comfyui.
Routes are for management per discussion in Notion doc.