mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-03-13 15:56:37 +00:00
Fix
This commit is contained in:
parent
e2f2c72614
commit
f0f1243f23
@ -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,
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user