Mario Klingemann

Results 65 comments of Mario Klingemann

Trying to grow to a 256 model I am wondering what the deliberations are when adding channels in order to grow the size. Looking at the progression for 32 to...

A little tip for those who are not interested in the evaluation data: the arg --evaluate-every -1 skips that step and saves some time. In addition to that it is...

The txt2img script is already using the WatermarkEncoder from the imwatermark libary to do exactly that.

Okay - I am facing a problem which might be related to this issue - for some reason I suddenly cannot bind() anymore (might have been that the app had...

I ran into the same issue - the fix that worked for me was to recompile fftw3 from source and enable shared libraries: ``` wget http://www.fftw.org/fftw-3.3.6-pl2.tar.gz tar -xzf fftw-3.3.6-pl2.tar.gz cd...