Segev Moran

Results 10 comments of 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...

Ok. Took me a while but finally found a solution. I added an empty __init__.py (![image](https://user-images.githubusercontent.com/5321636/207268704-057734da-d06b-42d2-8dce-db6b4ee13c16.png)) 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 (![image](https://user-images.githubusercontent.com/5321636/207268704-057734da-d06b-42d2-8dce-db6b4ee13c16.png)) 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 (![image](https://user-images.githubusercontent.com/5321636/207268704-057734da-d06b-42d2-8dce-db6b4ee13c16.png)) file to the scripts...

> > > Not working for me > > > > > > Ok. Took me a while but finally found a solution. I added an empty **init**.py (![image](https://user-images.githubusercontent.com/5321636/207268704-057734da-d06b-42d2-8dce-db6b4ee13c16.png)) file...

> > 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...