VistaDream / ops /fooocus.py
hpwang's picture
[Init]
fd5e0f7
raw
history blame contribute delete
141 Bytes
import os,sys
currect = os.getcwd()
reference = f'{currect}/tools/Fooocus'
sys.path.insert(0,reference)
from fooocus_command import Fooocus