mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
5 lines
100 B
Python
5 lines
100 B
Python
import sys
|
|
import pathlib
|
|
|
|
sys.path.append(pathlib.Path(f'{__file__}/../modules').parent.resolve())
|