adieyal / dynamicprompts

Templating language for generating prompts for text to image generators such as Stable Diffusion
MIT License
118 stars 20 forks source link

random selection of text documents #133

Closed Loli-Kyn closed 2 months ago

Loli-Kyn commented 2 months ago

Hi. I wanted to make a random selection of text docs, but something went wrong. Before I went to do it I looked at the instructions. Can you tell me where the error is. P.s the textboxes are not empty

My version of the extension: de056ff8

Скриншот 20-07-2024 232126

Loli-Kyn commented 2 months ago

To be more precise:

  1. I wanted DP to select between 3 and 17 of my text documents.
  2. The number of text documents that the pndom has selected is already taken from the files and inserted into txt2txt.
Loli-Kyn commented 2 months ago

I have solved the problem. I didn't have a "}" sign in one of the files, which is why everything was breaking