diff --git a/README.md b/README.md index 4ff031331..6777af6d7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ This ui will let you design and execute advanced stable diffusion pipelines usin - Starts up very fast. - Works fully offline: will never download anything. - [Config file](extra_model_paths.yaml.example) to set the search paths for models. +- [Prompt weighting](https://github.com/comfyanonymous/ComfyUI#prompts) Workflow examples can be found on the [Examples page](https://comfyanonymous.github.io/ComfyUI_examples/) @@ -116,6 +117,8 @@ Only parts of the graph that change from each execution to the next will be exec Dragging a generated png on the webpage or loading one will give you the full workflow including seeds that were used to create it. +# Prompts + You can use () to change emphasis of a word or phrase like: (good code:1.2) or (bad code:0.8). The default emphasis for () is 1.1. To use () characters in your actual prompt escape them like \\( or \\). You can use {day|night}, for wildcard/dynamic prompts. With this syntax "{wild|card|test}" will be randomly replaced by either "wild", "card" or "test" by the frontend every time you queue the prompt. To use {} characters in your actual prompt escape them like: \\{ or \\}.