Replies: 2 comments 4 replies
-
For local network this is not hard to do. You start ComfyUI with If you're using the managed install, you cann pass it like this: https://github.com/Acly/krita-ai-diffusion/wiki/Common-Issues#how-do-i-pass-additional-arguments-to-comfyui No need to worry about security as it will not be accessible from outside if you're using a private network (standard home LAN). If you want to access it securely from the internet there are ways, but you better know what you're doing. |
Beta Was this translation helpful? Give feedback.
-
And indeed, just inserting --llisten won't do, whether with 0.0.0.0 or without, I can confirm that (connection from the Krita AI instance on my laptop would time out every time). What did the trick was adding --port 8190 option to the commandline arguments. After restarting Krita & plugin on the main PC, there was a reaction from Windows which asked to confirm that the network request by the Python app was legitimate, after which I was able to connect to & use the plugin's Comfy server from my laptop. |
Beta Was this translation helpful? Give feedback.
-
I've set up an AI + Krita workstation on my desktop PC, but I also want to securely access the Comfy server from my notebook or windows tablet, which also has Krita and AI tools installed. My goal is to leverage the desktop’s resources on the notebook, rather than relying on a tool like Interstice (which has been fantastic, by the way).
Is there an existing solution that allows for this kind of access while prioritizing security? Ideally, I'd want this connection to include an authentication mechanism to prevent unauthorized access to my desktop or, worse.
If this feature doesn’t already exist, I think it would be a great addition for users who work across multiple devices but want to centralize generation/processing on a single machine. Thoughts or suggestions on this?
Beta Was this translation helpful? Give feedback.
All reactions