aboutsummaryrefslogtreecommitdiff
path: root/launch.py
AgeCommit message (Collapse)Author
2022-10-19Add xformers message.ふぁ
2022-10-18remove shared option for update check (because it is not an argument of webui)AUTOMATIC
have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments
2022-10-18Make update check commandline option, give response on all paths.DepFA
2022-10-18move update check to after dep installationDepFA
2022-10-18add update warning to launch.pyDepFA
2022-10-16Pull out some of URL to Env Variable (#2578)Zeithrold
* moved repository url to changeable environment variable * move stable diffusion repo itself to env * added missing env * Remove default URL Co-authored-by: AUTOMATIC1111 <16777216c@gmail.com>
2022-10-15fix typoC43H66N12O12S2
2022-10-15Update launch.pyC43H66N12O12S2
2022-10-15Update launch.pyC43H66N12O12S2
2022-10-15fix #2588 breaking launch.py (. . .)AUTOMATIC
2022-10-15Move index_url args into run_pip.Cassy-Lee
2022-10-15Update launch.pyCassy-Lee
Allow change set --index-url for pip.
2022-10-14fix typoChucklesTheBeard
2022-10-11Added installation of pyngrok if neededJamnedZ
2022-10-10change prebuilt wheelC43H66N12O12S2
2022-10-09reshuffle the code a bit in launcher to keep functions in one place for #2069AUTOMATIC
2022-10-09Shielded launch enviroment creation stuff from multiprocessingGreendayle
2022-10-08Merge branch 'master' into dev/deepdanbooruGreendayle
2022-10-08made deepdanbooru optional, added to readme, automatic download of deepbooru ↵Greendayle
model
2022-10-08check for 3.10C43H66N12O12S2
2022-10-08simplify xfrmers options: --xformers to enable and that's itAUTOMATIC
2022-10-08Update launch.pyC43H66N12O12S2
2022-10-08check for OS and env variableC43H66N12O12S2
2022-10-08install xformersC43H66N12O12S2
2022-10-06fix bad output for error when updating a git repoAUTOMATIC
2022-10-06update k-diff once againC43H66N12O12S2
2022-10-06update k-diffusionC43H66N12O12S2
2022-10-06support for downloading new commit hash for git reposAUTOMATIC
2022-10-02move CLIP out of requirements and into launcher to make it possible to ↵AUTOMATIC
launch the program offline
2022-09-30remove unwanted formatting/functionality from the PRAUTOMATIC
2022-09-29Merge remote-tracking branch 'upstream/master' into ModelLoaderd8ahazard
2022-09-29Holy $hit.d8ahazard
Yep. Fix gfpgan_model_arch requirement(s). Add Upscaler base class, move from images. Add a lot of methods to Upscaler. Re-work all the child upscalers to be proper classes. Add BSRGAN scaler. Add ldsr_model_arch class, removing the dependency for another repo that just uses regular latent-diffusion stuff. Add one universal method that will always find and load new upscaler models without having to add new "setup_model" calls. Still need to add command line params, but that could probably be automated. Add a "self.scale" property to all Upscalers so the scalers themselves can do "things" in response to the requested upscaling size. Ensure LDSR doesn't get stuck in a longer loop of "upscale/downscale/upscale" as we try to reach the target upscale size. Add typehints for IDE sanity. PEP-8 improvements. Moar.
2022-09-29added --exit for notebooksAUTOMATIC
2022-09-29update k-diffusionC43H66N12O12S2
2022-09-28clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC
requirements.txt
2022-09-28added support for automatically installing latest k-diffusionAUTOMATIC
added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values)
2022-09-28change the version of k-diffusion. It still won't be installed unless you ↵AUTOMATIC
are installing from scratch, though.
2022-09-27Fix variable name typo in error message for launch.pyAlex Offshore
COMMANDINE_ARGS -> COMMANDLINE_ARGS
2022-09-21Update launch.pyd8ahazard
2022-09-21Add LDSR and "GoLatent?" Upscaling (#763)d8ahazard
* Add LDSR Upscaling
2022-09-21removed TORCH_COMMAND section from webui.sh andbenbot
added correct torchvision version to default torch install command
2022-09-21oopsAUTOMATIC
2022-09-21added --skip-torch-cuda-test to launcher for #746AUTOMATIC
2022-09-20added __name__ == __main__ to launch.py so it can be imported without ↵Rahul Kolasseri
launching the webUI
2022-09-13emergency fix for running in dir with spacesAUTOMATIC
2022-09-13moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC
moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos