mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-05-22 23:59:40 +02:00
Fix bug
This commit is contained in:
@@ -21,7 +21,7 @@ CONFIG_PARSER.read('config.ini')
|
||||
class EmbeddingConverterTrainer(LightningModule):
|
||||
def __init__(self, config_parser : ConfigParser) -> None:
|
||||
super().__init__()
|
||||
self.config_parser =\
|
||||
self.config =\
|
||||
{
|
||||
'source_path': config_parser.get('training.model', 'source_path'),
|
||||
'target_path': config_parser.get('training.model', 'target_path'),
|
||||
|
||||
Reference in New Issue
Block a user