mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
💡 Remove irrelevant comment
This commit is contained in:
@@ -117,6 +117,4 @@ class GenerationContext:
|
|||||||
return os.path.join(self.dir, name)
|
return os.path.join(self.dir, name)
|
||||||
|
|
||||||
def process(self):
|
def process(self):
|
||||||
# ⚠️ IMPORTANT NOTE: All methods called here are expected to be defined as abstract methods in the base
|
|
||||||
# classes, if not there is an issue with the engine implementation.
|
|
||||||
self.pipeline.launch(self)
|
self.pipeline.launch(self)
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ from . import StockImageEngine
|
|||||||
from . import BackgroundEngine
|
from . import BackgroundEngine
|
||||||
from . import CaptioningEngine
|
from . import CaptioningEngine
|
||||||
from . import LLMEngine
|
from . import LLMEngine
|
||||||
from . import SettingsEngine
|
|
||||||
from . import TTSEngine
|
from . import TTSEngine
|
||||||
from . import UploadEngine
|
from . import UploadEngine
|
||||||
from . import AudioBackgroundEngine
|
from . import AudioBackgroundEngine
|
||||||
@@ -17,11 +16,6 @@ ENGINES: dict[str, dict[str, bool | list[BaseEngine]]] = {
|
|||||||
"classes": [Pipelines.ScriptedVideoPipeline],
|
"classes": [Pipelines.ScriptedVideoPipeline],
|
||||||
"multiple": False,
|
"multiple": False,
|
||||||
},
|
},
|
||||||
"SettingsEngine": {
|
|
||||||
"classes": [SettingsEngine.SettingsEngine],
|
|
||||||
"multiple": False,
|
|
||||||
"show_dropdown": False,
|
|
||||||
},
|
|
||||||
"SimpleLLMEngine": {
|
"SimpleLLMEngine": {
|
||||||
"classes": [LLMEngine.OpenaiLLMEngine, LLMEngine.AnthropicLLMEngine],
|
"classes": [LLMEngine.OpenaiLLMEngine, LLMEngine.AnthropicLLMEngine],
|
||||||
"multiple": False,
|
"multiple": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user