aboutsummaryrefslogtreecommitdiff
path: root/launch.py
AgeCommit message (Collapse)Author
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