Add offline installation documentation description#271
Open
yuansui486 wants to merge 7 commits intoyuka-friends:mainfrom
Open
Add offline installation documentation description#271yuansui486 wants to merge 7 commits intoyuka-friends:mainfrom
yuansui486 wants to merge 7 commits intoyuka-friends:mainfrom
Conversation
Execute generate_offsline_deps.bat to generate offsine_deps offline dependency package Then implement offline installation by executing install_offline.bat
Add offline installation documentation description
Add offline installation documentation description
Member
|
谢谢你的解决方案!是一个在目前比较老旧基建(包管理和虚拟环境)下兼容性较好、无痛的方案 我目前构思的更便捷解决方案是:每次版本发布时,在release构建上传一个可离线直接运行的版本(就像 https://github.com/lllyasviel/Fooocus 等AI项目一样)。但目前我还没有精力和时间去维护和实现…😵💫 Thank you for your solution! It is a painless solution with good compatibility under the current old infrastructure (package management and virtual environment) The more convenient solution I have conceived is: every time a version is released, upload a version that can be run directly offline in the release build (just like AI projects such as https://github.com/lllyasviel/Fooocus). But I don’t have the energy and time to maintain and implement it yet...😵💫 |
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.
Added offline installation capabilities and updated README documentation
It has been tested and functions normally
Test environment:
windows 10 x64 Professional Edition
Python version is 3.11.9
#267