Closed ducpham01 closed 1 year ago
If you are on Colab free plan with only 12GB memory, it will lead to OOM. Try to run the scripts on your local machine with larger RAM. Anyway, thanks for pointing out, I will update this info to README.md.
@ducpham01
Oh, thank you for your clarification
Hi! As I follow your Colab notebook. There seems to have an error while loading control model for conversion in
tool_transfer_control.py
. Detailed log here:It automatically terminated the command while loading
load_state_dict(path_sd15_with_control)
. Do you have the same problem while running in Colab?