Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 6, 2024
1 parent 8159836 commit ed6deab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Features/ImagePrompting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- Whenever you select a model category you haven't tried before, Swarm will automatically download the model files for it.
- Depending on your network speed, this may take a moment. Check the server logs to see a progress report of the download.
- After being downloaded once, the models are stored in `(Swarm)/Models/ipadapter` (or wherever your models dir is), and won't need to be downloaded again.
- You can use non-standard IPAdapter models by saving them to `(Swarm)/Models/ipadapter`. If they don't use CLIPVision G, you will need to select the correct vision model under `Advanced Model Addons` -> `ReVision Model`.

# Style Models

Expand Down
5 changes: 5 additions & 0 deletions docs/Features/Prompt Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

- You can use the syntax `<random:red, blue, purple>` to randomly select from a list for each gen
- This random is seeded by the main seed - so if you have a static seed, this won't change.
- You can override this with the `Wildcard Seed` parameter
- If your randoms won't change but your seed is changing, check if you've accidentally enabled the `Wildcard Seed` parameter. Some users have done this by accident.
- You can use `,` to separate the entries, or `|`, or `||`. Whichever is most unique gets used - so if you want random options with `,` in them, just use `|` as a separator, and `,` will be ignored (eg `<random:red|blue|purple>`).
- An entry can contain the syntax of eg `1-5` to automatically select a number from 1 to 5. For example, `<random:1-3, blue>` will give back any of: `1`, `2`, `3`, or `blue`.
- You can repeat random choices via `<random[1-3]:red, blue, purple>` which might return for example `red blue` or `red blue purple` or `blue`.
Expand All @@ -47,6 +49,9 @@
- You can also import wildcard files from other UIs (ie text file collections) by just adding them into `Data/Wildcards` folder.
- This supports the same syntax as `random` to get multiple, for example `<wildcard[1-3]:animals>` might return `cat dog` or `elephant leopard dog`.
- You can shorthand this as `<wc:my/wildcard/name>`
- This random is seeded by the main seed - so if you have a static seed, this won't change.
- You can override this with the `Wildcard Seed` parameter
- If your wildcards won't change but your seed is changing, check if you've accidentally enabled the `Wildcard Seed` parameter. Some users have done this by accident.

## Variables

Expand Down

0 comments on commit ed6deab

Please sign in to comment.