Replies: 1 comment 2 replies
-
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings This is just an open source project maintained by individuals, and many functions are implemented by contributors of different levels. It is difficult to compare independent projects maintained by the team. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First: I really enjoy this tool, is like an AI lab, and made it fun. Thanks!
Now my doubts: I'm really confused about the way data is searched and stored by the tool. IMHO looks quite weak, which is surprising for such a complete tool. I suspect too much influence from the poorly designed Windows environment (please don't take it as an offense, unless you are a Microsoft employee ;-).
The --data-dir option is very good, it controls where models and extensions are stored. Models are the heavy weights here, so this is good. The configuration for the UI is also read/stored from/to this path, good again.
But I'm confused about other things like: config_states and outputs. Both of them relative to the script place. So I don't get it. Am I looking it wrong? IMHO:
Another thing that I see as strange is the fact that the script looks for stuff in just one place. This is really uncommon, most tools looks for data in various places:
Looking for internal data that is read-only using the path to the script is good, but not other things.
Some other related details that confuses me:
Is just me or this needs some adjusts?
I'm trying to create some easy to install docker image with Pytorch+ROCm and the webui. I understand the webui have mechanisms to update itself and to save "working points" (config_states), but I prefer something more simple to install. So I would like to have a good separation between mutable and immutable stuff.
Beta Was this translation helpful? Give feedback.
All reactions