diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 00:25:37 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-05 00:25:37 +0000 |
commit | a8a58dbac7b205ae90664c3b249d60e4baa2855c (patch) | |
tree | 68d8912439be31cb6445250319d6133050cbba79 /webui.py | |
parent | f91d0c3d19ac2b849cd15a519f711f9281e782cd (diff) | |
download | stable-diffusion-webui-gfx803-a8a58dbac7b205ae90664c3b249d60e4baa2855c.tar.gz stable-diffusion-webui-gfx803-a8a58dbac7b205ae90664c3b249d60e4baa2855c.tar.bz2 stable-diffusion-webui-gfx803-a8a58dbac7b205ae90664c3b249d60e4baa2855c.zip |
re-integrated tiling option as a UI element
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -140,11 +140,6 @@ try: except Exception:
pass
-
-if cmd_opts.tiling:
- # this has to be done before the model is loaded
- modules.sd_hijack.add_circular_option_to_conv_2d()
-
sd_config = OmegaConf.load(cmd_opts.config)
shared.sd_model = load_model_from_config(sd_config, cmd_opts.ckpt)
shared.sd_model = (shared.sd_model if cmd_opts.no_half else shared.sd_model.half())
|