aboutsummaryrefslogtreecommitdiff
path: root/modules/paths_internal.py
AgeCommit message (Collapse)Author
2024-03-02Merge pull request #15035 from AUTOMATIC1111/fix/normalized-filepath-absoluteAUTOMATIC1111
Use `absolute` path for normalized filepath
2024-02-15Normalize cmd arg pathscatboxanon
In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes.
2023-12-28base default image output on data_pathw-e-w
Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
2023-09-13correct webpath when webui_dir is not work_dirw-e-w
2023-05-12fix --data-dir for COMMANDLINE_ARGSw-e-w
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
2023-05-11Drop fonts + font-roboto deps since we only use the single regular cut of RobotoAarni Koskela
2023-05-11paths_internal: deduplicate modules_pathAarni Koskela
2023-03-29Save/restore working webui/extension configsspace-nuko
2023-03-25split commandline args into its own fileAUTOMATIC
make launch.py use the same command line argument parser as the main program