XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.57k stars 790 forks source link

Error while using Dreambooth in google colab #116

Open Glup30 opened 1 year ago

Glup30 commented 1 year ago

Hi, i been using Dreambooth for a while now (in Colab), but now i get an error, idk much about this, hope you guys can help me out.

This is the error i get when i try to download the original stable diffusion ckpt.

ModuleNotFoundError Traceback (most recent call last) in 3 from IPython.display import clear_output 4 from IPython.utils import capture ----> 5 import wget 6 7 #@markdown - Skip this cell if you are loading a previous session

ModuleNotFoundError: No module named 'wget'

i try with my huggingface token and drive direct link, but nothing seems to work ):

daHawkz0r commented 1 year ago

Same here. Tryied different ways, but no luck.

Glup30 commented 1 year ago

Same here. Tryied different ways, but no luck.

now i'm using this colab https://colab.research.google.com/github/ShivamShrirao/diffusers/blob/main/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb?au is a little bit longer but works great, then you can go on and use Automatic 1111 with the ckpt file that u created

Webconnect00 commented 11 months ago

Same here. Tryied different ways, but no luck.

now i'm using this colab https://colab.research.google.com/github/ShivamShrirao/diffusers/blob/main/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb?au is a little bit longer but works great, then you can go on and use Automatic 1111 with the ckpt file that u created

Webconnect00 commented 11 months ago

hi , can anyone of you give the youtube link on how to work this