Commit graph

8 commits

Author SHA1 Message Date
Mohamad Zamini
506403501f
Update depth2img.py
In the `paint()` function, you are using the `torch.autocast()` function to cast the batch tensor to the `cuda` device. However, the `batch` tensor is already on the `cuda` device, so there is no need to cast it again. This can be fixed by removing the `torch.autocast()` call from the `paint()` function.
2023-07-11 08:11:42 -06:00
Robin Rombach
fa4401ece1 merge unclip into main 2023-03-24 13:02:54 +01:00
Robin Rombach
b4bdae9916 add stable unclip 2023-03-24 11:18:44 +01:00
aalbersk
3349693314 adjust licenses and naming 2023-02-03 09:27:06 +00:00
Anna Alberska
872cc9e873 add info about ninstance and license 2023-01-05 13:16:23 +01:00
aalbersk
7ad54c5ee9 add cpu support & add intel ipex optimizations 2022-12-20 15:18:33 +00:00
multimodalart
05aea715a3 Add depth2img Gradio demo 2022-11-24 02:37:08 +01:00
Robin Rombach
ca86da3a30 release more models 2022-11-24 01:22:28 +01:00