some wyrde workflows for comfyUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wyrde 71f13621e5 updated workflow 2 years ago
..
README.md new workflow 2 years ago
example-prefix_00008_.png updated workflow 2 years ago
example-prefix_00009_.png updated workflow 2 years ago
token nodes 1.png updated workflow 2 years ago
token random values example.json updated workflow 2 years ago
token random values example.png updated workflow 2 years ago

README.md

Token Random Values Example

Makes extensive use of WAS nodes.

  • Install WAS suit and avoid a mess of red boxes.

Was tokens are used to inject random values into the positive prompt.

  • In comfyui, words in {curly braces | separated by | pipes are | used to | generate} random results. Due to the way comfyui functions, an image's workflow will contain only the items in the prompt which were evaluated for the image. Other random elements will be dropped.
  • Because of how the backend evaluates the text boxes, it doesn't know the contents of the tokens have changed when parsing the prompts. There's two ways to fix this:
    • put { | | } in the prompt. It will evaluate the space each time and run the prompt, thus also evaluating tokens.
    • make a new multiline node→random line node→text concatenate (the random result and the prompt) → text parse tokens → text to conditioning
      • this is more complex, but preserves the text prompt in the image workflow.

some heading

stuff

This workflow

  • more
  • stuff
    • here

another heading

Versions

Example Results

  • images

resources

Model

Lora

Embeds

Custom Nodes

[back] [home]