-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add progress bar to tarfile creation in `StandalonePython` * add `extraSpecs` parameter to `DependencyCompiler` constructor * make `extraSpecs` parameter actually function * `StandalonePython.to_tarball`: better progress bar for writing tarball * simplify methods of `StandalonePython` into single `.dehydrate_comfy_deps` * add methods to `DependencyCompiler` to install from downloaded artifacts * fix pathing in tarball creation * in `StandalonePython`, add `.rehydrate_comfy_deps` method * add `--rehydrate` option to `standalone` command * fix `--rehydrate` option * improve wheel install triggered by `--rehydrate` option
- Loading branch information
1 parent
d8b939f
commit c5d545c
Showing
8 changed files
with
182 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.