We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5688570 commit 18d238bCopy full SHA for 18d238b
ai_diffusion/ui/generation.py
@@ -425,7 +425,7 @@ def _copy_prompt(self, evaluated=False):
425
if isinstance(active, RootRegion):
426
negative = "negative_prompt_eval" if evaluated else "negative_prompt"
427
active.negative = job.params.metadata.get(
428
- negative, job.params.metadata.get("negative", "")
+ negative, job.params.metadata.get("negative_prompt", "")
429
)
430
431
if clipboard := QGuiApplication.clipboard():
0 commit comments