Selecting a model - NUROISEA/anime-webui-colab GitHub Wiki
There are some notebooks that would allow you to select what models you want to use, pick one and run!
Downloading other models
Stop the cell (if its running), then select another model from the drop down, and then run the cell again!
It should only take 2 minutes to get back to the web UI to try out the new model you just selected.
Running out of storage?
This only occurs when you download a lot of models from the selection. To remedy this, you should delete a model to free up some space.
Open the files tab, navigate to /content/stable-diffusion-webui/models/Stable-Diffusion
and right click and delete a model from there.
A nuclear option is to delete the entire folder entirely by using commands. Create a new cell, paste the following code:
!rm -rf /content/stable-diffusion-webui/models/Stable-Diffusion
...and then run it. This will delete all of your downloaded models. Don't say I didn't warn ya!
Be warned, you will not be able to download the model(s) again if you delete it using the notebook's dropdown selection. You need to use Batchlinks to download it again. (will be fixed in the future, but this is such an edge case so this is not a priority atm)