You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the idea to use an RTL-SDR device (https://en.wikipedia.org/wiki/Software-defined_radio) as a noise provider for my latent vectors,
(mind you I never used python so extensively before so I will be making mistakes), I took the liberty to port the protocol project from Paul Tagliamonte (https://hz.tools/rtl_tcp/) and wrote a very basic fetch and inject node, after some foolish tinkering on my part, I got it working and I figured I wanted to share this with others to show how fun and crazy idea's can get when you let us loose on this wonderful platform :)
This is such a device:
The process is not hard to follow, it makes contact with the server , instructs the service worker what parameters you desire (Frequency, gain, IQ, etc) and then it waits for the samples to come back (really fast!), then it continues to assign these values with a proper scaled down value. (Im not very good at this part, I'm sure someone is far better then me).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had the idea to use an RTL-SDR device (https://en.wikipedia.org/wiki/Software-defined_radio) as a noise provider for my latent vectors,
(mind you I never used python so extensively before so I will be making mistakes), I took the liberty to port the protocol project from Paul Tagliamonte (https://hz.tools/rtl_tcp/) and wrote a very basic fetch and inject node, after some foolish tinkering on my part, I got it working and I figured I wanted to share this with others to show how fun and crazy idea's can get when you let us loose on this wonderful platform :)
This is such a device:

The process is not hard to follow, it makes contact with the server , instructs the service worker what parameters you desire (Frequency, gain, IQ, etc) and then it waits for the samples to come back (really fast!), then it continues to assign these values with a proper scaled down value. (Im not very good at this part, I'm sure someone is far better then me).
Github: https://github.com/TheBarret/ZSuite
(ZSuite is my project):

The ComfyUI console output:

And the server side (RTL_TCP Service running on a Debian server)

Source:
Beta Was this translation helpful? Give feedback.
All reactions