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 9614a82f12 fix: use float32 at image render time for wider cpu compatibility
If the x_sample was a bfloat on the gpu but the cpu doesn't support bfloat, that can cause a TypeError
```
  File "/home/stdiff/.local/lib/python3.10/site-packages/imaginairy/api.py", line 292, in imagine
    x_sample.cpu().numpy(), "c h w -> h w c"

TypeError: Got unsupported ScalarType BFloat16`
```
2 years ago
..
configs refactor: simplify structure 2 years ago
enhancers feature: img2img now supported with PLMS (instead of just DDIM) 2 years ago
modules lint 2 years ago
samplers feature: img2img now supported with PLMS (instead of just DDIM) 2 years ago
vendored feature: generate captions for images 2 years ago
__init__.py feature: generate captions for images 2 years ago
api.py fix: use float32 at image render time for wider cpu compatibility 2 years ago
cmds.py fix: try to address #13 BFloat16 issue 2 years ago
img_log.py version 1.5.4 2 years ago
safety.py tests: add more tests 2 years ago
schema.py feature: tile mode can now be specified per-prompt 2 years ago
suppress_logs.py feature: generate captions for images 2 years ago
utils.py tests: add docker image for testing environment. minor test improvements 2 years ago