-
Notifications
You must be signed in to change notification settings - Fork 34
feature: add management api to comfystream #177
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?
Conversation
|
@ad-astra-video Can you re-open this PR to https://github.com/livepeer/comfystream ? |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 55 55
=========================================
Hits 55 55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e711d6d to
9c23759
Compare
restore torch init to app.py
…178) - Consolidate builds to a single workflow - Build sequentially after base, reusing the old image
Removes the Tensordock spinup script, which uses Tensordock API v0, which is no longer maintained now that Tensordock API v2 has been released. Ansible scripts now provide a more reliable and maintainable alternative.
* Update docker.yaml Fix typo in workflow file Remove quotes to fix parsing error --------- Co-authored-by: John | Elite Encoder <[email protected]>
Update readme to reference this repo
aab2a80 to
d3993eb
Compare
Add API routes to install and remove nodes/models for comfystream and comfyui.
Nodes are installed to the
comfystreamconda environment using github urls.