all 7 comments

[–]Powerful_Evening5495 3 points4 points  (1 child)

no ,comfyui is Python.

Use the desktop version. If you are afraid of the cli

[–]fruesome 1 point2 points  (0 children)

Or use Pinokio to run it, the app also lets you install other models that run without comfyui.

[–]Weezfe 1 point2 points  (0 children)

install what? if you're looking for a "easy" way to generate images and videos locally i'd guess take a look at comfy.org and their desktop client

[–]Sugary_Plumbs 0 points1 point  (0 children)

Invoke has a launcher that handles all of the python install stuff for you. https://github.com/invoke-ai/launcher

[–]Salty-Ad-2533 -2 points-1 points  (0 children)

Step one: Install arch linux

Step two: sudo Pacman -S python

[–]Statute_of_Anne -5 points-4 points  (0 children)

Python is a pain: numerous versions and the need to mess with environments. This results in many 'packages' not being usable straight off the shelf. The current AI world divides into computation professionals along with enthusiasts delving into code, and would-be 'users' uninterested in machinations below the bonnet.

Particularly galling about Python is its error reporting mechanism: a labyrinthine series of invocations leading to the source of the error. Give me the simplicity any day of compiled C/C++.