Hǎi-Liàng "Hal" Wáng

Results 5 comments of Hǎi-Liàng "Hal" Wáng

Manual Ack is not about correctness but the efficiency of the message processing. Most message processing involves persisting the results into a database or another message queuing system, where high...

I suggest rendering the page on a SDL2 surface. SDL2 is portable on all major platforms including iOS and Android. (I have made a Go binding package: https://github.com/hailiang/go-sdl ).

[ReadRows](https://pkg.go.dev/github.com/segmentio/parquet-go#GenericReader.ReadRows) might be what you are looking for.

My workaround on Mac M2: - download a ["GGUF"](https://huggingface.co/QuantStack/FLUX.1-Kontext-dev-GGUF) conversion of the model - put the model's .gguf file in directory ComfyUI/models/unet - replace the "Load Diffusion Model" node with...