Skip to content

Commit

Permalink
avoid overwriting original prompt
Browse files Browse the repository at this point in the history
- in some batch loop proccessing, prompt will be accumulated if promp
  was overwriten with extracted one.
  • Loading branch information
ytakio committed Jan 19, 2024
1 parent 7499182 commit 07f00d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sd_dynamic_prompts/dynamic_prompting.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ def process(
p.all_prompts = all_prompts[0:1]

p.prompt_for_display = original_prompt
p.prompt = original_prompt

if hr_fix_enabled:
p.all_hr_prompts = _get_hr_fix_prompts(
Expand Down

0 comments on commit 07f00d2

Please sign in to comment.