feature: add Comfystream management api#56
Draft
ad-astra-video wants to merge 11 commits intoyondonfu:mainfrom
Draft
feature: add Comfystream management api#56ad-astra-video wants to merge 11 commits intoyondonfu:mainfrom
ad-astra-video wants to merge 11 commits intoyondonfu:mainfrom
Conversation
96cffd5 to
6250eef
Compare
Collaborator
Author
|
@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
hjpotter92
reviewed
Mar 17, 2025
| 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) |
Collaborator
There was a problem hiding this comment.
minor nit: would suggest the root path to be /settings or /config instead of /env.
This was referenced Mar 17, 2025
JJassonn69
pushed a commit
to JJassonn69/comfystream
that referenced
this pull request
Apr 1, 2025
* set comfystream as default conda env add ffmpeg6, use conda-forge dockerfile cleanup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add API to install and remove nodes/models for comfystream and comfyui.
Routes are for management per discussion in Notion doc.