• 𞋴𝛂𝛋𝛆@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      3
      ·
      15 hours ago

      Lol. Good luck buddy.

      The safety_checker.py package under the venv/lib/python3.xx/site-packages/diffusers/pipelines/stable_diffusion/ directory is where the actual image check for content is made.

      The distributed model running in the background is setup in venv/…/accelerate/utils/fsdp_utils.py.

      The ghost tty is in …/cachetools/func.py

      Start searching for these same connecting packages in home, and watch how stuff starts lighting up in flatpaks… or STFU kid

      • azuth@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        14 hours ago

        Why would I need luck?

        safety_checker is indeed an ai image content check that ships with ComfyUI. There are two instances of it under the ComfyUI directory. Nowhere else on my $HOME

        fsdpy_utils is also part of ComfyUI, it’s a module to help run models (not a model itself those are huge). ComfyUI is a webUI to run AI stuff, so it’s expected to be found there. It’s not found anywhere else on my $HOME

        cachetools/func.py is a module providing cache not a tty. It exist in other Python software that I 've installed. No random instances of it all over $HOME either

        You are probably asking an AI chatbot to produce drivel with technical terms you 've seen online to troll this community. It’s probably convincing to people who are unfamiliar with python, ai or linux but it does not pass inspections by anyone familiar with these things.