StableDiffusion/scripts
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
..
gradio Add depth2img Gradio demo 2022-11-24 02:37:08 +01:00
streamlit Update depth2img.py 2023-07-11 08:11:42 -06:00
tests release more models 2022-11-24 01:22:28 +01:00
img2img.py release more models 2022-11-24 01:22:28 +01:00
txt2img.py adjust licenses and naming 2023-02-03 09:27:06 +00:00