Skip to content

Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration. #12

@travisboss

Description

@travisboss
Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration.

See this pop up at the end of the container, is this an issue?

  immich-cuda-node:
    image: ghcr.io/imagegenius/immich-cuda-node:latest
    runtime: nvidia
    container_name: immich-cuda-node
    environment:
      - PUID=1000
      - PGID=100
      - TZ=America/Chicago
      - NVIDIA_VISIBLE_DEVICES=all
    volumes:
      - /pool/datavault/immich/cuda/config:/var/lib/postgresql/data
      - /pool/datavault/immich/photos:/photos
    ports:
      - 3003:3003
    restart: unless-stopped
    networks:
      - docker-services
    security_opt:
      - no-new-privileges=true

Here is what the compose file looks like, thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions