Spaces:
Paused
Paused
File size: 343 Bytes
75a78b0 4ae54b7 244a6d4 1e9ebb3 |
1 2 3 4 5 6 7 8 |
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/'))
temp_outputs_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../outputs/'))
os.makedirs(temp_outputs_path, exist_ok=True)
|