Jakub Sycha

Results 4 issues of Jakub Sycha

I've just downloaded this and I can't see the lower-right dropdown for the base currency. I'm using KDE Plasma (X11) on Fedora 25. Is that on purpose or is it...

enhancement

I've just tried to install this on Ubuntu 14.04 and I'm constantly getting this error when in run ```npm install```: ``` npm ERR! Linux 4.4.0-64-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm"...

Trying the minimal stable diffusion example from the readme, when I run the code (with `executionProvider: ExecutionProvider.Cuda` in the ctor to use CUDA) I get the following error: ``` Unhandled...

Would it be possible to implement a way to track generation progress and get previews? Ideally in the form of passable callback functions? e.g. ```python def progress_callback(progress: int): log.info(f'Generation progress:...