File size: 141 Bytes
fd5e0f7
 
 
 
 
 
1
2
3
4
5
6
7
import os,sys
currect = os.getcwd()
reference = f'{currect}/tools/Fooocus'
sys.path.insert(0,reference)

from fooocus_command import Fooocus