Peter Lunk

Results 6 comments of Peter Lunk

To make use of full throttle range on RC transmitter try changing the range in these lines from -1000 and 1000 to -4000 and 4000 Like this: ` #define PRI_INPUT1...

Works fine for me here's the proof: https://www.youtube.com/watch?v=P9L5MrHEN-k I'm using left sensorcable (shortened). Emanuel's version. PL.

> try change Batch_size to 4 THIS worked for me !!! Thanks for the tip ! Peter Lunk.

I definately hope this will be fixed.

use: wlan.deinit() The deinit method seems to reset the wifi chip and power it down. See here: https://github.com/micropython/micropython/blob/31d7ab327b0da4fe7747aba5590a542b88caa123/drivers/cyw43/cyw43_ctrl.c#L127

Solution found on reddit in post: https://www.reddit.com/r/comfyui/comments/1cqpjkf/comment/ligc0ie/ ---------------QUOTE:----------------------- in \custom_nodes\ComfyUI_NAI-mod Modify "ComfyUI-NAI-styler" in "naistyler_nodes.py" to "ComfyUI-Universal-Styler" Search and replace... should be 4 entries restart comfyui - solved ;-) --------------------------------------------------