Incus-compose - the missing docker-compose for incus

Trying to move a Frigate compose instance over to incus-compose. It seems that incus-compose cannot bind /dev/usb and /dev/dri/renderD128 as with docker. (devices: not part of compose compatability)

I saw this Running Frigate NVR on IncusOS? - #3 by stgraber (even though that is specific to IncusOS) and was wondering if or how I can add these devices via x-incus or some other method.

devices:
  coral-early:
    productid: 089a
    required: "false"
    type: usb
    vendorid: 1a6e
  coral-late:
    productid: "9302"
    required: "false"
    type: usb
    vendorid: 18d1
  gpu:
    type: gpu
    vendorid: "8086"