Segev Moran
Segev Moran
Managed to solve the issue. The requirements should be updated to python = 3.7.13 It doesn't work with any other version. Also had to make sure I install specific versions...
I Run on a 1080ti and can create 1024x1024 (actually even higher, but it takes a while to generate 1344x1344 for example). Using model.half() and these modifications: https://github.com/CompVis/stable-diffusion/compare/main...Doggettx:stable-diffusion:main (just replace...
Do you run it inside a Conda terminal?
Ok. Took me a while but finally found a solution. I added an empty __init__.py () file to the scripts directory. This makes the scripts folder a part of a...
> > Ok. Took me a while but finally found a solution. I added an empty **init**.py () file to the scripts directory. This makes the scripts folder a part...
> Not working for me > > > > > Ok. Took me a while but finally found a solution. I added an empty **init**.py () file to the scripts...
> > > Not working for me > > > > > > Ok. Took me a while but finally found a solution. I added an empty **init**.py () file...
Make sure the size if the width/height is a 64 step (512, 576, 640...)
> > Make sure the size if the width/height is a 64 step (512, 576, 640...) > > how do i do that? In the pipe, pass width=XXX and height=YYY
Multiplications of 8 usually work, but i would stick to 64/128 etc. it is also advised to keep the total size close to the original resolution, so don't use 1024...