My problem is that I need to start the stable-diffusion jetson container with the parameter “–api” in order to enable that API. So far I’ve been unable to change the parameters. In the next image it’s shown the steps I’ve tried to do:
1-Select the docker file in jetson-containers/packages/diffusion/stable-diffusion-webui/Dockerfile
2-Edit the CMD to include the “–api”
3-Start the container “jetson-containers run $(autotag stable-diffusion-webui)”
Editing the Dockerfile is unnecessary to change the default CMD, you can override it by providing your own when you run the container. Also you would have needed to rebuild the container to pick up any changes in the Dockerfile.