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 style: fix lint issues 2 years ago
samplers fix: inpainting producing blurry images 2 years ago
vendored feature: better masking segmentation from clipseg 2 years ago
__init__.py fix/version: 2.0.1 2 years ago
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 feature: boolean logic masks 2 years ago
img_utils.py fix: handle small input images 2 years ago
safety.py ci: add automated testing/linting 2 years ago
schema.py fix: set default back to previous value 2 years ago
suppress_logs.py feature: generate captions for images 2 years ago
utils.py feature: boolean logic masks 2 years ago