Meghpal
Meghpal
Hey @polinanvkv, I believe the advanced notebook is not part of this repo. You might want to raise this issue on [ColabFold](https://github.com/sokrypton/ColabFold) instead. Your issue does seem very similar to...
Did you try increasing your compute? `Estimated memory consumption: 79G` with total memory 100GB should ideally work but I think there might be some portion of RAM being devoted to...
Yes, you need to add both the `user_biases` and `item_biases`. The best way to do it in bulk is to compute them while dotting. Here's how to do it: -...
Do you keep the colab tab open or do you close it? In my experience, Colab shows busy when code is running but for some reason the page lost contact...
Did the image get set in the UI? Drag and drop from URL is not supported I think, did you try downloading and then drag and dropping from your system?...
For an example see the input images on the left.  img2img +controlnet result 
Okay I think I am more clear now, I want to ask if there is any script that does: ``` My_model.control_model.weights = SD15.control_model_X.weights + My_model.model.diffusion_model.weights - SD15.model.diffusion_model.weights ``` and generate...
Could this be a problem with the base Stable Diffusion WebUI img2img? Does it happen if controlnet is not enabled? There was an [issue](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7642) in stable diffusion related to this...