stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

Can't find Deforum saved settings file, guessing it's not being written

Open dmarx opened this issue 2 years ago • 2 comments

Has this issue been opened before?

  • [x] It is not in the FAQ, I checked.
  • [x] It is not in the issues, I searched.

Describe the bug

Deforum has the ability to load/save settings from text files. the default file name is deforum_settings.txt. after saving, i'm unable to find this file in any of the folders mounted by the image, and couldn't find anything poking around inside the image either. Also tried changing the output path to a few different absolute paths, e.g. /output/deforum_settings.txt, no dice.

As a workaround, deforum can load the settings file from a relative path. This doesn't resolve the issue with saving settings, although i think it should work for anyone who wants to load settings they may have written using deforum in other environments.

Which UI

auto

Hardware / Software

  • OS: Ubuntu 22.04.2 LTS
  • Docker Version:
Client: Docker Engine - Community
 Version:           24.0.2
 API version:       1.43
 Go version:        go1.20.4
 Git commit:        cb74dfc
 Built:             Thu May 25 21:51:00 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          24.0.2
  API version:      1.43 (minimum version 1.12)
  Go version:       go1.20.4
  Git commit:       659604f
  Built:            Thu May 25 21:51:00 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.21
  GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
 runc:
  Version:          1.1.7
  GitCommit:        v1.1.7-0-g860f061
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
  • Docker compose version: v2.18.1

  • Repo version: commit 660c098da05dd24febee45111b9117c7a75c2ed2 (HEAD -> master, tag: 7.0.0, origin/master, origin/HEAD)

  • RAM: plenty

  • GPU/VRAM: 3090

dmarx avatar Jun 21 '23 17:06 dmarx

... ok, I found a workaround: able to write settings to /output/img2img/deforum_settings.txt. I'm guessing this is a permissions thing, probably with no good solution. keeping it open while I wait for comment, but I'm pretty sure I'm at least unblocked.

dmarx avatar Jun 21 '23 17:06 dmarx

... ok, I found a workaround: able to write settings to /output/img2img/deforum_settings.txt. I'm guessing this is a permissions thing, probably with no good solution. keeping it open while I wait for comment, but I'm pretty sure I'm at least unblocked.

Hello! Have you found a solution to this problem?

Sviside avatar Sep 24 '23 23:09 Sviside