SimpleDino

Members
  • Posts

    80
  • Joined

  • Last visited

Community Answers

  1. SimpleDino's post in Stable Diffusion discord bot integration with superboki / sygil docker container was marked as the answer   
    SOLVED 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/"  
  2. SimpleDino's post in Error qcow 2 format - Clone/Copy MacOS VM was marked as the answer   
    Solved!
    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!