Solutions
-
SimpleDino's post in Stable Diffusion discord bot integration with superboki / sygil docker container was marked as the answerSOLVED https://github.com/ausbitbank/stable-diffusion-discord-bot/issues/41
Volume mapping in docker-compose.yaml did it:
volumes: - /mnt/user/appdata/stable-diffusion/outputs/03-InvokeAI:/app/output - ./db:/app/db
and setting basepath in .env:
basePath="/app/output/"
-
SimpleDino's post in Error qcow 2 format - Clone/Copy MacOS VM was marked as the answerSolved!
My bad, I've pointed the source file to opencore image instead of MacOS disk image in the same folder!
Great when you discover your own mistakes...but you learn from them I guess!