Fooocus/modules/path.py
2023-08-10 17:24:36 -07:00

5 lines
204 B
Python

import os
modelfile_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../models/checkpoints/'))
lorafile_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../models/loras/'))