Hello everybody, I am trying to following this tutorial : https://github.com/FurkanGozukara/Stable-D
I am trying to following this tutorial : https://github.com/FurkanGozukara/Stable-Diffusion/blob/main/Tutorials/No-More-Studio-Photoshoot-Realistic-DreamBooth-Training.md
I am at the beginning where I have to install proper requirements for my extension dreambooth. According to the previous link, on windows, we have to :
"
Open a new cmd inside automatic_web_ui\venv\Scripts
Type activate
Then execute below commands 1 by 1
cd..
cd..
cd "extensions\sd_dreambooth_extension"
pip install -r requirements.txt
"
However, I am not using my PC (because I don't have any GPU) so I am using sagemaker studio lab. All is working until now (SD works fine with the specific model) but I don't have any folder venv. What sould I do to install requirements ?
According to the official git of the extension (https://github.com/d8ahazard/sd_dreambooth_extension), we should use the tab but Dr Furkan is telling us in the video to not use it.

