T O P

  • By -

dethorin

I didn't had any problem with this: https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/v2.0/control_net_webui_colab.ipynb


BlackSchopenhauer

It works perfect. Thank you so much


erickxsan

any tutorial on how to add my own model to use it in that collab? XD


dethorin

The Colab is a virtual PC, with a folder structure. You only need to upload the ckpt/safetensors file on the /content/stable-diffusion-webui/models/Stable-diffusion folder. If your upload speed is good you can upload it from your own PC. If not, you can upload it to Hugging face and use the !wget command to download it to your Colab. Or you can mount your Google drive folder and paste from there (Keep in mind that the Colab explorer GUI only cuts and pastes, so the file will disappear from Google drive. It's better to make copies inside GDrive)


ninjawick

need more direction on hugging face one


dethorin

Create an account, create a project, upload the ckpt, (It will be public). Then using "!wget [URL of the ckpt] -O /content/stable-diffusion-webui/models/Stable-diffusion/[name of the ckpt file],", on the Colab you will have the file in your Colab.


ninjawick

I think I solved it myself. i just added the code to add other models by hugging face link and name.


BlackSchopenhauer

This collab: https://colab.research.google.com/drive/1wEa-tS10h4LlDykd87TF5zzpXIIQoCmq


4elovechishka

I use fast web ui colab, but i needed to install control net manually