• Comfy-Org comfy-cli – A Command Line Tool for ComfyUI

    https://github.com/Comfy-Org/comfy-cli

    comfy-cli is a command line tool that helps users easily install and manage ComfyUI, a powerful open-source machine learning framework. With comfy-cli, you can quickly set up ComfyUI, install packages, and manage custom nodes, all from the convenience of your terminal.

    C:\<PATH_TO>\python.exe -m venv C:\comfyUI_cli_install
    cd C:\comfyUI_env
    C:\comfyUI_env\Scripts\activate.bat
    C:\<PATH_TO>\python.exe -m pip install comfy-cli
    comfy --workspace=C:\comfyUI_env\ComfyUI install
    
    # then
    comfy launch
    # or
    comfy launch -- --cpu --listen 0.0.0.0

    If you are trying to clone a different install, pip freeze it first. Then run those requirements.

    # from the original env
    python.exe -m pip freeze > M:\requirements.txt
    
    # under the new venv env
    pip install -r M:\requirements.txt
  • AnimationXpress.com interviews Daniele Tosti for TheCgCareer.com channel

    ,

     https://www.animationxpress.com/vfx/meet-daniele-tosti-a-senior-cg-artist-who-is-on-a-mission-to-inspire-the-next-generation-of-artists/

    You’ve been in the VFX Industry for over a decade. Tell us about your journey.

    It all started with my older brother giving me a Commodore64 personal computer as a gift back in the late 80′. I realised then I could create something directly from my imagination using this new digital media format. And, eventually, make a living in the process.
    That led me to start my professional career in 1990. From live TV to games to animation. All the way to live action VFX in the recent years.

    I really never stopped to crave to create art since those early days. And I have been incredibly fortunate to work with really great talent along the way, which made my journey so much more effective.

     

    What inspired you to pursue VFX as a career?

    An incredible combination of opportunities, really. The opportunity to express myself as an artist and earn money in the process. The opportunity to learn about how the world around us works and how best solve problems. The opportunity to share my time with other talented people with similar passions. The opportunity to grow and adapt to new challenges. The opportunity to develop something that was never done before. A perfect storm of creativity that fed my continuous curiosity about life and genuinely drove my inspiration.

     

    Tell us about the projects you’ve particularly enjoyed working on in your career

    (more…)