Skip to content

Jumbo collection wildcards not working if kept in jumbo folder, and directory matching not working #377

@Jonseed

Description

@Jonseed

I use Dynamic Prompts all the time, and it is fantastic! Thank you for your great work on this.

The jumbo collection isn't working if the entire jumbo folder is put into the wildcards folder. For example, putting __jumbo/people/nationalities/all-nationalities__ in my prompt would usually get a single nationality from one of the wildcard files in all-nationalities, but now it just goes one layer deep, and puts one of the lines in all-nationalities, like __people/nationalities/europe__, for example. It's not recursively going deeper to into the wildcards. In the console it says this sort of thing:

No values found for wildcard people/nationalities/central-america
No values found for wildcard people/nationalities/african
No values found for wildcard people/nationalities/europe

Is it not finding them because it doesn't have the "jumbo/" folder at the beginning of those lines in all-nationalities? I noticed in the readme that it says full path is currently required. Most of the wildcards in the jumbo collection don't have jumbo/ at the beginning of their lines, and so won't work unless I put all the folders in the jumbo collection directly in the wildcards folder. Then I would just use __people/nationalities/all-nationalities__, and that seems to work. But it makes my wildcards folder messy to have all the subfolders from jumbo in there.

Also, directory matching like __nsp/nsp-body/**/*__ doesn't seem to be working. Now it just puts that string literally in my prompt, and the console reads:

No values found for wildcard nsp/nsp-body/**/*

2.10.4 of the WebUI extension
0.21.2 of the dynamicprompts library

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions