mh
mh
> Deepspeed requires at least 25GB of RAM Sure, most of us have > 32GB of ram, but not Vram. so it will help people who own 8GBVram. so adding...
> --lowram not --low**v**ram Where should I add that command? or how can I pass command to colab version of auto? I added --lowram on the last 3 lines of...
> Yep, the free colab limitation, but you still can use the 4GB version, no big difference it would be nice to find out how to do it for auto111...
> Pass that argument and test it if it doesn't kill the VRAM usage, if it doesn't, I'll activate it by default in shared.py no need to force it as...
> > can't make it run on windows natively, getting this error after running **python train_dreambooth.py** > > train_dreambooth.py: error: the following arguments are required: --pretrained_m odel_name_or_path, --pretrained_vae_name_or_path, --instance_data_dir >...
> Here you go: https://www.reddit.com/r/StableDiffusion/comments/ydip3s/guide_dreambooth_training_with_shivamshriraos/ oh wow, thank you so much!
regarding xformers from auto111 code: pip install https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/c/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl needs python 10. I was able to install it, but I can't confirm if it will work or not since I only...
> Use super merger extension with this feature. Cool! thanks.
> Are you talking about the gui version? Because I can see each frame of my animation when looking at it via explorer. Yes. with local, deforum doesn't show the...
> I want to run the server on a Win7 box, and the API calls to CreateFile2/CreateFileMappingFromApp/MapViewOfFileFromApp in httplib.h prevent this (need Win8 at least), so I change them to...