Skip to content

Releases: acorderob/sd-webui-prompt-postprocessor

v2.8.1

23 Nov 13:09
Compare
Choose a tag to compare
  • fix error in i2i detection.
  • check for lingering special character sequences.
  • small refactorings.

v2.8.0

27 Oct 15:13
Compare
Choose a tag to compare
  • Fix a bug with the variable echo command.
  • Fix a bug obtaining random seed.
  • Reading version number from pyproject file.
  • A1111: Support for forcing the same seed/variation seed to all images in a batch.
  • A1111: Support for unlinking the seed from the image seed and specifying one for the prompt.
  • ComfyUI: Warning on use of invalid constructs. Related settings kept but default to False.
  • Improved processing of wildcards and choices.
  • Support for prefix and suffix in wildcard options and object format of the options in json/yaml files.
  • Improved wildcard definition support.
  • Support anonymous wildcards.
  • Simpler versioning
  • Cache now takes wildcard definitions into consideration.
  • ComfyUI: node is not cached if wildcard processing is active.
  • Add a space with prefix and suffix if needed.
  • Checks requirements before installing them.

v2.7.0

05 Oct 10:02
Compare
Choose a tag to compare
  • Added pyproject.toml to publish to ComfyUI registry.
  • ComfyUI: optional modelname and model, and allowed sending a classname string instead of a model (#12)

v2.6.0

29 Sep 21:03
Compare
Choose a tag to compare
  • Fixed "dictionary changed size during iteration" error.
  • Support for choice labels and their use for filtering wildcard choices.
  • New system variable _modelclass and renaming of _sd->_model, _sdname->_modelname and _sdfullname->_modelfullname.
  • Support for auraflow models with _is_auraflow.
  • Option to "join attention" when sending to negative replaced and generalized as "merge attention".
  • Improved processing of extranetwork tags.

v2.5.2

05 Sep 17:35
Compare
Choose a tag to compare
  • Fix "process wildcards" setting.

v2.5.1

04 Sep 20:29
Compare
Choose a tag to compare
  • Fix ComfyUI seed property.

v2.5.0

31 Aug 12:06
Compare
Choose a tag to compare
  • Add support for wildcards.
  • Better debug log.
  • Set commands support lazy evaluation and content addition.
  • Unified in one tree and processing phase.
  • Supports Flux.
  • Fix evaluation of string variable as truthy.
  • Show invalid wildcards.
  • Better detection of installed UI.
  • Improved cache of results.
  • Works as a ComfyUI node.
  • Debug setting changed to debug level.
  • Fixes in variable use.
  • Added timing reporting.
  • Detection of more model types.
  • Installation script for requirements.
  • Extension metadata for A1111.
  • Lark grammar in separate file and cached.
  • Improved conditions for if command.
  • Avoid repeats in the processing of prompts.
  • Fix multiple loading of settings.

v2.4.0

01 Apr 22:32
Compare
Choose a tag to compare
  • New cleanup options: Remove additional extra separators, Use EOL instead of Space before BREAKs, Use EOL instead of Space before ANDs
  • New format for commands
  • New commands: "set", "echo" and "if/elif/else"
  • Option to Remove extra network tags.

It's recommended to replace the send to negative tags with the new stn command because they will be removed in a future version.

v2.3.0

13 Jan 11:31
Compare
Choose a tag to compare
  • Support for prompt composition (AND) and cleaning around it.
  • Option to cleanup around extra network tags.
  • Improved cleanup.
  • Some refactoring.

v2.2.0

10 Dec 11:20
Compare
Choose a tag to compare
  • Improved documentation.
  • New options to choose whether to process in img2img.
  • Option to detect and do something with unwanted wildcards.
  • Cleanup processing rewritten and separated in multiple options.

Note: settings will be reset.