Releases: acorderob/sd-webui-prompt-postprocessor
Releases · acorderob/sd-webui-prompt-postprocessor
v2.8.1
v2.8.0
- 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
v2.6.0
- 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
v2.5.1
v2.5.0
- 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
- 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.