Skip to content

Commit 4f1338f

Browse files
Fixed minor bug
1 parent 240487c commit 4f1338f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nodes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def loadPil(path):
411411

412412

413413
@global_func
414-
def dynamic_prompts(prompt: str, seed: int, line_suffix: str = "", single_line_output: bool = True, remove_whitespaces: bool = True, remove_empty_tags: bool = True, wildcard_dir: str = WILDCARD_DIR) -> str:
414+
def dynamic_prompts(prompt: str, seed: int, line_suffix: str = "", single_line_output: bool = True, remove_whitespaces: bool = True, remove_empty_tags: bool = True, wildcard_dir: str = "") -> str:
415415

416416
# Updated _fix_prompt signature and logic
417417
def _fix_prompt(
@@ -1273,3 +1273,4 @@ def split_list(self, list_input=[]):
12731273

12741274

12751275

1276+

0 commit comments

Comments
 (0)