CUDA error on AUTOMATIC1111 Colab
See original GitHub issueIt was working fine earlier today, but now when I try to use the AUTOMATIC1111 WEBUI Colab with the Tesla T4 GPU, I get the following error:
RuntimeError: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
It might be related to the changes made to ‘_C.so’ in commit e4bb78c.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
error when trying to run on colab #3094 - GitHub
i get this error when it's done installing the float32 ckpt. Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable...
Read more >Getting ModuleNotFoundError in DreamBooth running on ...
I am using this google colab notebook to run dreambooth using automatic1111 webgui. Everything ran smoothly few days back.
Read more >Automatic1111 IMG2IMG doesn't work after updating - Reddit
Made a git pull today and nothing works under IMG2IMG tab :\ Getting this error :\ RuntimeError: Input type (torch.cuda.FloatTensor) and weight ......
Read more >Stable Diffusion Training for Personal Embedding
The official Stable Diffusion repository named AUTOMATIC1111 provides ... error: “AssertionError: Torch not compiled with CUDA enabled”).
Read more >Stable Diffusion Runtime Error: How To Fix CUDA Out Of ...
Try these tips and CUDA out of memory error will be a thing of the ... have a look at how to access...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

fixed now, thanks
Thanks for the quick fix! I can confirm it’s working again on my end, so I will close the issue.