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`
```
2022-09-22 08:25:06 -07:00
..
configs refactor: simplify structure 2022-09-11 00:59:03 -07:00
enhancers feature: img2img now supported with PLMS (instead of just DDIM) 2022-09-20 08:42:00 -07:00
modules lint 2022-09-21 09:14:39 -07:00
samplers feature: img2img now supported with PLMS (instead of just DDIM) 2022-09-20 08:42:00 -07:00
vendored feature: generate captions for images 2022-09-19 21:19:22 -07:00
__init__.py feature: generate captions for images 2022-09-19 21:19:22 -07:00
api.py fix: use float32 at image render time for wider cpu compatibility 2022-09-22 08:25:06 -07:00
cmds.py fix: try to address #13 BFloat16 issue 2022-09-21 22:03:12 -07:00
img_log.py version 1.5.4 2022-09-20 21:15:19 -07:00
safety.py tests: add more tests 2022-09-17 15:49:38 -07:00
schema.py feature: tile mode can now be specified per-prompt 2022-09-20 22:57:03 -07:00
suppress_logs.py feature: generate captions for images 2022-09-19 21:19:22 -07:00
utils.py tests: add docker image for testing environment. minor test improvements 2022-09-21 22:38:44 -07:00