For the complete documentation index, see llms.txt. This page is also available as Markdown.

For loops

CushyApps supports any kind of control flow. This page show how to do so

Objective

Start from the default app, and enhance it to allow for a configurable number of recursive samplers.

  1. Add a new number input to control how many ksampler we want

  2. Use that number to genearte

Final Code

Diff

Last updated