Federico Dossena

Results 13 issues of Federico Dossena

I often leave ComfyUI running with a long queue of prompts while I sleep or do other stuff, but sometimes it crashes because it runs out of memory or something...

Since OS X has its own, non standard way of managing file associations, it would be nice if the launcher could capture the file open events and turn them into...

enhancement

This library calculates lux with just this formula: https://github.com/adafruit/Adafruit_TCS34725/blob/6dc42834bd071aeb94bdddff7e17cb662de20ad2/Adafruit_TCS34725.cpp#L513 The sensor documentation [here](https://ams.com/documents/20143/36005/ColorSensors_AN000166_1-00.pdf/d1290c78-4ef1-5b88-bff0-8e80c2f92b6b), in section 3.2 shows that an additional step is required to calculate the lux value: the calculated...