mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-05-01 03:41:24 +00:00
live2d -> talkinghead name change
This commit is contained in:
9
talkinghead/tha3/module/module_factory.py
Normal file
9
talkinghead/tha3/module/module_factory.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
from torch.nn import Module
|
||||
|
||||
|
||||
class ModuleFactory(ABC):
|
||||
@abstractmethod
|
||||
def create(self) -> Module:
|
||||
pass
|
||||
Reference in New Issue
Block a user