Replies: 3 comments 7 replies
-
That's a good point. At the very least, there should be a warning popup (or visual indicator) when performing operations like |
Beta Was this translation helpful? Give feedback.
-
How can one safely run ComfyUI? Many people don't understand programming and rely on online tutorials for deployment, so they may not know how to ensure a secure environment. If ComfyUI cannot address this directly, creating a detailed guide to teach users how to prevent such issues would be beneficial. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Personally, I worry more about corporations than hackers. You're like, 1000X more likely to have your data unwittingly harvested by a corporation than to have any hacker do anything to you. Cuz the ones making all the security for your computer, are ultimately the ones with easiest access to it. Also, we (effectively) sign so many mile-long legal documents every day just by downloading something and agreeing to use the thing. So, even if we find out they're doing it, chances are, we probably unwittingly agreed to let them prior. Naw, I mean, I'll take my chances with hackers, it's the corps that scare the shit outta me. Especially when a corp like Nvidia can make 2 trillion dollars in less than 6 months. Currently Nvidia effectively has enough money to buy Sweden (if it were for sale), and still have more than enough to remain in full business selling video cards. Go ahead and ask ChatGPT what 10 of the most evil things are that corporations have done in the past 10 years that have been fully proven. Follow the reading of that with the realization that corporations now have more money than some entire countries. We hear about it all the time, but that's what the news does, it takes minimal situation events, and makes it look like they're happening everywhere, all the time. That said, is it only that --listen thing that opens comfy to the net, or does BFL, M$, Google, or any of the other big corps that make comfy models and/or extensions send your data out(in the background without your knowledge)? Honestly, I worry most about M$, they've literally already been caught using their OS to harvest people's data. That kinda thing is why I use Linux now after being on windows for the past 27ish years. |
Beta Was this translation helpful? Give feedback.
-
Users of ComfyUI are often unaware of their deployment being exposed, more so when they use a cloud instance, which due to the nature of required hardware specs is very common.
There are over a 1000 exposed ComfyUI installations:
Only 64 of them using ComfyUI-Login:
A lot seem to have ComfyUI-Manager installed which makes it trivially easy to install a custom node that allows shell access to completely take over the instance, install malware, spyware, cryptominers, etc. Anyone could write a script that takes the Shodan results, and do the necessary HTTP requests to have them join a private botnet or whatever, all without the users ever noticing until they get their bill from their cloud provider or their next utilities bill.
Even without ComfyUI-Manager, it can be used maliciously to host pictures (people really don't want to be a mule for child porn).
Each instance I've visited I've installed ComfyUI-Login so users are at least aware that they their instance is wide open.
I know from reading the opened issues about authentication that it's not really the focus of ComfyUI, nor should it be, but sometimes less tech savvy people need to be protected from themselves or at least made aware that their setup is insecure. Even if authentication is too much work, a simple dismissable popup "You are potentially exposing your ComfyUI instance" when first launched should hopefully give some users pause. People just follow a guide, run a script or copy the --listen 0.0.0.0 without understanding what it means and it can have potential big consequences.
A good similar example was when people setting up raspberry pis that originally came with ssh access on and a default username and password while not realizing they were exposed to the internet and so many pi's got added to a botnet or were used as an attack vector to other devices in the local network. Guides may scream that they should change the password but a lot of people didn't because they didn't understand the implications. The only way to stop that was to force ssh user/password setup. I feel like ComfyUI users falls into the same crowd. Negligence is one thing, but being even unaware that they are being negligent is quite another.
Beta Was this translation helpful? Give feedback.
All reactions