Jeremy Hummel
Fixes stylegan import
cda6f07
raw
history blame
148 Bytes
import sys
sys.path.append("../stylegan3")
from dnnlib.util import open_url
from legacy import load_network_pkl
sys.path.remove("../stylegan3")