aboutsummaryrefslogtreecommitdiff
path: root/modules/util.py
AgeCommit message (Collapse)Author
2024-02-10walk_files extensions case insensitivew-e-w
2024-01-04Merge branch 'dev' into avoid-isfilesAUTOMATIC1111
2024-01-04mass file lister as an attempt to tackle #14507AUTOMATIC1111
2024-01-04Avoid unnecessary `isfile`/`exists` callsAarni Koskela
2023-12-28create utility truncate_pathw-e-w
utli.truncate_path(target_path, base_path) return the target_path relative to base_path if target_path is a sub path of base_path else return the absolute path
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111
import errors related to shared.py