aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths_internal.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15035 from AUTOMATIC1111/fix/normalized-filepath-absoluteAUTOMATIC11112024-03-021-1/+1
| | | Use `absolute` path for normalized filepath
* Normalize cmd arg pathscatboxanon2024-02-151-0/+4
| | | | | | In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes.
* base default image output on data_pathw-e-w2023-12-271-0/+1
| | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
* correct webpath when webui_dir is not work_dirw-e-w2023-09-131-0/+1
|
* fix --data-dir for COMMANDLINE_ARGSw-e-w2023-05-121-0/+5
| | | | move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
* Drop fonts + font-roboto deps since we only use the single regular cut of RobotoAarni Koskela2023-05-111-0/+2
|
* paths_internal: deduplicate modules_pathAarni Koskela2023-05-111-2/+3
|
* Save/restore working webui/extension configsspace-nuko2023-03-291-0/+1
|
* split commandline args into its own fileAUTOMATIC2023-03-251-0/+22
make launch.py use the same command line argument parser as the main program