Alexander Spiridonov

Results 44 comments of Alexander Spiridonov

Apologies for not being too quick to response. I'm having rather busy week. Hopefully will be able to have a closer look at the weekend. Meanwhile I may ask you...

I am thinking of may be adding a special `GEM::state` property in GEM object, which will contain a certain information regarding current state of the menu object (e.g. current GEMItem...

Consider you have 5-character long string (`int`/`byte` variable or `chr[]` doesn't matter - in edit mode it is represented by `chr[]` regardless). And only 3 characters can fit on the...

Bump this lonely PR a little=) I finally got around to do some experiments with "clicky" rotary encoder (with built-in push-button). Swapping direction of `GEM_KEY_UP` and `GEM_KEY_DOWN` in edit mode...

@zandernc Is it possible to rotate the knob while simultaneously being pressed on your encoder? If it is, then I would suggest to consider the following scheme: * Rotation -...

👋 FYI: just updated GEM with [examples](https://github.com/Spirik/GEM/wiki/Example-05%3A-Encoder-U8g2-version) on how to control menu with rotary encoder using latest version of KeyDetector (implementing control scheme described above).

Seems like I stumbled across the same (or very similar) issue on my RTX A4000 16GB card (and 32GB RAM). No matter the settings (toggling "Use cross attention optimizations while...

I've installed another version of xformers, following [this](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7264#issuecomment-1418206085) suggestion (0.0.17.dev461 in my case), and it seems to do the trick (I also had to remove `--medvram` argument). Training now started...

Digging up this thread) Finally got around to test GEM on RP2040 Picoduino board (the one in UNO form-factor). Tested with SH1106 display (which is very much similar to SSD1306)...

Got it, thank you for an answer! Closing this issue then for now.