This commit is contained in:
Saifeddine ALOUI 2025-03-12 23:46:30 +01:00
parent e2f2c72614
commit f0f1243f23
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@ class LollmsTTI(LollmsSERVICE):
else:
self.output_folder = app.lollms_paths.personal_outputs_path/name
self.output_folder.mkdir(exist_ok=True, parents=True)
def paint(self,
positive_prompt,
negative_prompt,

View File

@ -48,7 +48,8 @@ class LollmsTTV(LollmsSERVICE):
steps: int = 20,
seed: int = -1,
nb_frames: int = None,
output_dir:str | Path =None,
output_folder:str | Path =None,
output_file_name=None
) -> str:
"""
Generates a video from a single text prompt.