Package Details: comfyui-system 0.27.0-2

Git Clone URL: https://aur.archlinux.org/comfyui-system.git (read-only, click to copy)
Package Base: comfyui-system
Description: The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface (use system dependencies)
Upstream URL: https://github.com/Comfy-Org/ComfyUI
Licenses: GPL-3.0
Conflicts: comfyui
Submitter: lalala_233
Maintainer: lalala_233
Last Packager: lalala_233
Votes: 0
Popularity: 0.000000
First Submitted: 2026-05-02 09:20 (UTC)
Last Updated: 2026-07-11 15:59 (UTC)

Pinned Comments

lalala_233 commented on 2026-07-11 15:52 (UTC)

Current issue:

  1. python-transformers requires python-safetensors 0.8.0, which did not provide lockfile to build. That blocks the update of safetensors in Arch Linux (see https://gitlab.archlinux.org/archlinux/packaging/packages/python-safetensors/-/work_items/1 and https://github.com/safetensors/safetensors/issues/785)
  2. python-transformers is not compatible with python-tokenizers 0.23.1, I'm still waiting for new version of python-transformers. (see https://github.com/huggingface/transformers/issues/45736)

Current solution:

  1. Clone https://gitlab.archlinux.org/archlinux/packaging/packages/python-safetensors.git, bump version and remove --locked to install python-safetensors 0.8.0 (you can also remove check and checkdepends to avoid installing tensorflow)
  2. Then, use my patch in aur to build compatible python-transformers.

Notice:

  1. Removing --locked may suffer supply chain attacks.
  2. My patch may broke when transformers updates.
  3. AIMDO and ComfyUI cannot detect version of torch in Arch Linux (see https://github.com/Comfy-Org/comfy-aimdo/pull/44 and https://github.com/Comfy-Org/ComfyUI/pull/13731), this is not a issue for Nvidia users, but may broke on ROCM.
  4. python-comfy-kitchen now have 2 version (with -cuda and no -cuda)

Latest Comments

lalala_233 commented on 2026-07-11 15:52 (UTC)

Current issue:

  1. python-transformers requires python-safetensors 0.8.0, which did not provide lockfile to build. That blocks the update of safetensors in Arch Linux (see https://gitlab.archlinux.org/archlinux/packaging/packages/python-safetensors/-/work_items/1 and https://github.com/safetensors/safetensors/issues/785)
  2. python-transformers is not compatible with python-tokenizers 0.23.1, I'm still waiting for new version of python-transformers. (see https://github.com/huggingface/transformers/issues/45736)

Current solution:

  1. Clone https://gitlab.archlinux.org/archlinux/packaging/packages/python-safetensors.git, bump version and remove --locked to install python-safetensors 0.8.0 (you can also remove check and checkdepends to avoid installing tensorflow)
  2. Then, use my patch in aur to build compatible python-transformers.

Notice:

  1. Removing --locked may suffer supply chain attacks.
  2. My patch may broke when transformers updates.
  3. AIMDO and ComfyUI cannot detect version of torch in Arch Linux (see https://github.com/Comfy-Org/comfy-aimdo/pull/44 and https://github.com/Comfy-Org/ComfyUI/pull/13731), this is not a issue for Nvidia users, but may broke on ROCM.
  4. python-comfy-kitchen now have 2 version (with -cuda and no -cuda)

lalala_233 commented on 2026-07-11 15:19 (UTC)

@veox thanks, I have fixed it.

veox commented on 2026-07-09 20:56 (UTC)

It seems that what was previously python-torch-{,rocm}cuda are now available in extra as python-pytorch-opt-{cuda,rocm}.

lalala_233 commented on 2026-05-02 09:25 (UTC) (edited on 2026-05-02 09:26 (UTC) by lalala_233)

Current issue: python-transformers is not compatible with python-tokenizers 0.23.1, I'm waiting for new version of python-transformers.

Or, you can use patch in aur to build compatible python-transformers.

Thanks sim590 for this package, I learned a lot from it.