22 Commits (12c4d5c6b5bf9dd50d0601c36af4f99b65316d58)

Author SHA1 Message Date
AUTOMATIC f5490674a8 fix bad output for error when updating a git repo 3 years ago
C43H66N12O12S2 a971e4a767 update k-diff once again 3 years ago
C43H66N12O12S2 c30c06db20 update k-diffusion 3 years ago
AUTOMATIC 6e7057b31b support for downloading new commit hash for git repos 3 years ago
AUTOMATIC 53a3dc601f move CLIP out of requirements and into launcher to make it possible to launch the program offline 3 years ago
AUTOMATIC d1f098540a remove unwanted formatting/functionality from the PR 3 years ago
d8ahazard d73741794d Merge remote-tracking branch 'upstream/master' into ModelLoader 3 years ago
d8ahazard 0dce0df1ee Holy $hit.
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.
3 years ago
AUTOMATIC dc1ee79e96 added --exit for notebooks 3 years ago
C43H66N12O12S2 b6f80bdcc2 update k-diffusion 3 years ago
AUTOMATIC a703f56d73 clone k-diffusion instead of installing it via pip, and do not install its requirements.txt 3 years ago
AUTOMATIC d64b451681 added support for automatically installing latest k-diffusion
added eta parameter to parameters output for generated images
split eta settings into ancestral and ddim (because they have different default values)
3 years ago
AUTOMATIC 5eb9d1aeac change the version of k-diffusion. It still won't be installed unless you are installing from scratch, though. 3 years ago
Alex Offshore b8bb14960a
Fix variable name typo in error message for launch.py
COMMANDINE_ARGS -> COMMANDLINE_ARGS
3 years ago
d8ahazard 5a1951f175 Update launch.py 3 years ago
d8ahazard 1a1f7e85c7
Add LDSR and "GoLatent?" Upscaling (#763)
* Add LDSR Upscaling
3 years ago
benbot d6e8d85e30 removed TORCH_COMMAND section from webui.sh and
added correct torchvision version to default torch install command
3 years ago
AUTOMATIC 45c46f4cb3 oops 3 years ago
AUTOMATIC a8ff013963 added --skip-torch-cuda-test to launcher for #746 3 years ago
Rahul Kolasseri c2775528c9 added __name__ == __main__ to launch.py so it can be imported without launching the webUI 3 years ago
AUTOMATIC 918a092ed4 emergency fix for running in dir with spaces 3 years ago
AUTOMATIC 33e6b6e9a6 moved most of functionality from webui.bat into cross-platform launch.py
moved stable diffusion dependencies into requirements.txt
added checkout with specific commit hashes to all external repos
3 years ago