Skip to content
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

Pull out some of URL to Env Variable #2578

Merged
merged 5 commits into from
Oct 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove default URL
  • Loading branch information
zeithrold committed Oct 15, 2022
commit dd4a051458598da84751a290d3dc1f6a62e14763
18 changes: 9 additions & 9 deletions webui-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ export COMMANDLINE_ARGS=""
# Example: "git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379"
#export K_DIFFUSION_PACKAGE=""

#export GFPGAN_PACKAGE="git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379"
#export DEEPDANBOORU_PACKAGE="git+https://github.com/KichangKim/DeepDanbooru.git@edf73df4cdaeea2cf00e9ac08bd8a9026b7a7b26"
#export CLIP_PACKAGE="git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1"
#export GFPGAN_PACKAGE=""
#export DEEPDANBOORU_PACKAGE=""
#export CLIP_PACKAGE=""

#export XFORMERS_WINDOWS_PACKAGE="https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/c/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl"
#export XFORMERS_WINDOWS_PACKAGE=""

# Fixed git repos
# Example: "https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/c/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl"
#export STABLE_DIFFUSION_REPO="https://github.com/CompVis/stable-diffusion.git"
#export TAMING_REANSFORMERS_REPO="https://github.com/CompVis/taming-transformers.git"
#export K_DIFFUSION_REPO="https://github.com/crowsonkb/k-diffusion.git"
#export CODEFORMET_REPO="https://github.com/sczhou/CodeFormer.git"
#export BLIP_REPO="https://github.com/salesforce/BLIP.git"
#export STABLE_DIFFUSION_REPO=""
#export TAMING_REANSFORMERS_REPO=""
#export K_DIFFUSION_REPO=""
#export CODEFORMET_REPO=""
#export BLIP_REPO=""

# Fixed git commits
# Example: "69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc"
Expand Down