Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
on-lain ✔ᵛᵉʳᶦᶠᶦᵉᵈ (lain@lain.com)'s status on Sunday, 29-Oct-2023 19:45:26 JSTon-lain ✔ᵛᵉʳᶦᶠᶦᵉᵈ The interop you can do between elixir and python is actually quite amazing, you can install an erlang message handler in python and then send messages back and forth as if it was an erlang process. So you can have a GenServer start up a python SD model loader, register a message handler, then send messages to python to use that model to actually generate images, then have python message it back once it's ready.