from saicinpainting.training.modules.ffc import FFCResNetGenerator def make_generator(config, kind, **kwargs): return FFCResNetGenerator(**kwargs)