mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Fix various typos
This commit is contained in:
parent
685f9631b5
commit
c0355caefe
16 changed files with 68 additions and 68 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue