diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-24 06:58:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 06:58:28 +0000 |
commit | fac92610d22d1166890b17b167c034090a096e5a (patch) | |
tree | 059e9c4d3314278472b8f4e1b0a14b59952d7973 /modules/sd_hijack_unet.py | |
parent | 94450b88775ee14392d05ef6a8fc915b93946b9e (diff) | |
parent | c0355caefe3d82e304e6d832699d581fc8f9fbf9 (diff) | |
download | stable-diffusion-webui-gfx803-fac92610d22d1166890b17b167c034090a096e5a.tar.gz stable-diffusion-webui-gfx803-fac92610d22d1166890b17b167c034090a096e5a.tar.bz2 stable-diffusion-webui-gfx803-fac92610d22d1166890b17b167c034090a096e5a.zip |
Merge pull request #5753 from calvinballing/master
Fix various typos
Diffstat (limited to 'modules/sd_hijack_unet.py')
-rw-r--r-- | modules/sd_hijack_unet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_hijack_unet.py b/modules/sd_hijack_unet.py index 1b9d7757..18daf8c1 100644 --- a/modules/sd_hijack_unet.py +++ b/modules/sd_hijack_unet.py @@ -4,7 +4,7 @@ import torch class TorchHijackForUnet:
"""
This is torch, but with cat that resizes tensors to appropriate dimensions if they do not match;
- this makes it possible to create pictures with dimensions that are muliples of 8 rather than 64
+ this makes it possible to create pictures with dimensions that are multiples of 8 rather than 64
"""
def __getattr__(self, item):
|