External control using python #322
-
Hello! I'm trying to control mrv2 from another process, I used KeyframePro in the past which uses exposes an IP socket to allow the player to load new media, read or set the current frame, set the playing state and a few other convenience functions. Is there a similar API available for mrv2 ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Congratulations! You are smart guy. There's not one, but three different ways in which you can achieve this, depending on your level of knowledge.
|
Beta Was this translation helpful? Give feedback.
Congratulations! You are smart guy. There's not one, but three different ways in which you can achieve this, depending on your level of knowledge.
Simplest. No knowledge required. Go to Preferences->Use ComfyUI Pipe->Yes and it will open a port (don't remember the number off the top of my head and it currently cannot be changed). If you are on Windows, you will also have to deal with Windows' Defender to open a hole in the firewall, with the possible danger it implies. If you are on macOS or Linux an…