You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/imaginairy
Bryce 2221d3d1c2 fix: handle small input images
If input images didn't need resizing because they were already smaller than max width/height then they didn't get normalized to a multiple of 64.  This caused an exception like the following:

```Sizes of tensors must match except in dimension 1. Expected size 4 but got size 3 for tensor number 1 in the list.
```
2 years ago
..
configs
enhancers feature: better masking segmentation from clipseg 2 years ago
modules
samplers fix: inpainting producing blurry images 2 years ago
vendored feature: better masking segmentation from clipseg 2 years ago
__init__.py
api.py feature: allow loading custom model weights at command line 2 years ago
cmds.py feature: allow loading custom model weights at command line 2 years ago
img_log.py
img_utils.py fix: handle small input images 2 years ago
safety.py
schema.py fix: set default back to previous value 2 years ago
suppress_logs.py
utils.py