TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.5k stars 1.31k forks source link

How to use deepdanbooru? #166

Open mcgillisfareed opened 1 year ago

mcgillisfareed commented 1 year ago

sorry for second question ,I am noob about programming I read https://github.com/TheLastBen/fast-stable-diffusion/issues/160#issue-1410484499 ,and I try to use deepdanbooru I modify webui-user.bat add --deepdanbooru, add --deepdanbooru in the last cell of the colab but appear NameError: name 'deepdanbooru' is not defined what should I do?

Juan-Cruz-Iturrioz commented 1 year ago

sorry for second question ,I am noob about programming I read #160 (comment) ,and I try to use deepdanbooru I modify webui-user.bat add --deepdanbooru, add --deepdanbooru in the last cell of the colab but appear NameError: name 'deepdanbooru' is not defined what should I do?

Use it !python /content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py $share --disable-safe-unpickle --deepdanbooru --ckpt "$model"

in the last cell of the colab

Captura de pantalla 2022-10-17 a las 09 12 53
mcgillisfareed commented 1 year ago

sorry for second question ,I am noob about programming I read #160 (comment) ,and I try to use deepdanbooru I modify webui-user.bat add --deepdanbooru, add --deepdanbooru in the last cell of the colab but appear NameError: name 'deepdanbooru' is not defined what should I do?

Use it !python /content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py $share --disable-safe-unpickle --deepdanbooru --ckpt "$model"

in the last cell of the colab

Captura de pantalla 2022-10-17 a las 09 12 53

I can preprocessing images ,but it error when I creating a embedding, is it normal? it means I need to delete it and run again everytime?