Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Runtime error with argmaxtools #36

@ngaloppo

Description

@ngaloppo

Submitting here, since I can't find the argmaxtools repo anymore, and I'm getting the error while using DiffusionKit.

Getting the following error after generation completes (but before the output image gets generated):

Traceback (most recent call last):
  File "/Users/ngaloppo/miniforge3/envs/diffusionkit/bin/diffusionkit-cli", line 33, in <module>
    sys.exit(load_entry_point('diffusionkit', 'console_scripts', 'diffusionkit-cli')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/ngaloppo/code/DiffusionKit/python/src/diffusionkit/mlx/scripts/generate_images.py", line 170, in cli
    image, _ = sd.generate_image(
               ^^^^^^^^^^^^^^^^^^
  File "/Users/ngaloppo/code/DiffusionKit/python/src/diffusionkit/mlx/__init__.py", line 512, in generate_image
    pprint(ic.os_spec())
           ^^^^^^^^^^^^
  File "/Users/ngaloppo/miniforge3/envs/diffusionkit/lib/python3.11/site-packages/argmaxtools/test_utils.py", line 383, in os_spec
    os_type, os_version, os_build_number = [
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions