fixed dalle

This commit is contained in:
Saifeddine ALOUI 2024-06-12 01:29:31 +02:00
parent 47494edb05
commit 326cf577bf

View File

@ -126,7 +126,7 @@ class LollmsDalle(LollmsTTI):
else:
ASCIIColors.red("Failed to download the image")
return file_name
return file_name, {"positive_prompt":positive_prompt}
def paint_from_images(self, positive_prompt: str, images: List[str], negative_prompt: str = "") -> List[Dict[str, str]]:
if output_path is None: