MarcusNyne
5fbac49791
Added --models-dir option
...
The --model-dir option overrides the location of the models directory for stable diffusion, so that models can be shared across multiple installations. When --data-dir is specified alone, both the extensions and models folders are present in this folder. --models-dir can be used independently, but when used with --data-dir, then the models folder is specified by --models-dir, and extensions are found in the --data-dir.
2024-05-08 16:48:10 -04:00
w-e-w
e9d4da7b56
restore outputs path
...
output -> outputs
2024-03-19 00:54:56 +09:00
catboxanon
3a618e3d24
Fix normalized filepath, resolve -> absolute
...
https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/313
https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/14942#discussioncomment-8550050
2024-02-26 12:44:57 -05:00
catboxanon
06ab10a1be
Normalize cmd arg paths
...
In particular, this fixes an issue on Windows where some functions
will misbehave if forward slashes are provided rather than
double backslashes.
2024-02-15 14:22:13 -05:00
w-e-w
af2951ed53
base default image output on data_path
...
Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
2023-12-28 06:52:33 +09:00
w-e-w
5b761b49ad
correct webpath when webui_dir is not work_dir
2023-09-13 16:05:55 +09:00
w-e-w
681c16dd1e
fix --data-dir for COMMANDLINE_ARGS
...
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
2023-05-12 22:33:21 +09:00
Aarni Koskela
1332c46b71
Drop fonts + font-roboto deps since we only use the single regular cut of Roboto
2023-05-11 10:07:28 +03:00
Aarni Koskela
16e4d79122
paths_internal: deduplicate modules_path
2023-05-11 10:05:39 +03:00
space-nuko
ad5afcaae0
Save/restore working webui/extension configs
2023-03-29 16:55:33 -05:00
AUTOMATIC
8c801362b4
split commandline args into its own file
...
make launch.py use the same command line argument parser as the main program
2023-03-25 16:05:25 +03:00