Ben

Results 1311 comments of Ben

do 1500x4, that's 6000k steps

you can retrain (continue training) a previously trained model, use the same images as before

if you have a final model in the sessions folder, you can simply load the session using its name and it will load the previous model without having to run...

pip install git+https://github.com/facebookresearch/xformers@51dd119#egg=xformers after around 40min, and the installation is done, navigate to /usr/local/lib/python3.7/dist-packages/xformers save the two files : "_C_flashattention.so" and "_C.so" and put them back after installing xformers (without...

to install without compiling; git clone xformers, then replace the setup.py with this one below, then pip install (path to the local xformer folder) ``` #!/usr/bin/env python3 # Copyright (c)...

you can build a whl file, i'll post the instructions later

[xformers for wheel.zip](https://github.com/TheLastBen/fast-stable-diffusion/files/9741741/xformers.for.wheel.zip) Copy the *.so compiled files onto the folder "xformers" then run `python setup.py bdist_wheel`