mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
fix: fix typo
This commit is contained in:
@@ -45,7 +45,7 @@ def pause_total_tqdm():
|
||||
|
||||
|
||||
@contextmanager
|
||||
def preseve_prompts(p: PT):
|
||||
def preserve_prompts(p: PT):
|
||||
all_pt = copy(p.all_prompts)
|
||||
all_ng = copy(p.all_negative_prompts)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user