AbdBarho / stable-diffusion-webui-docker

Easy Docker setup for Stable Diffusion with user-friendly UI
Other
6.7k stars 1.12k forks source link

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

Open dmarx opened 1 year ago

dmarx commented 1 year ago

Has this issue been opened before?

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

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 commented 1 year ago

... 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.

Sviside commented 1 year ago

... 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?