Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageIO does not generally support reading folders. #217

Open
3 tasks done
redstoneguy10ls opened this issue Nov 16, 2023 · 1 comment
Open
3 tasks done

ImageIO does not generally support reading folders. #217

redstoneguy10ls opened this issue Nov 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@redstoneguy10ls
Copy link

Due diligence

  • I checked for similar issues and couldn't find any.
  • My WebUI and Unprompted are both up-to-date.
  • I disabled my other extensions but the problem persists.

Describe the bug

while trying to use controlnet, specifically [set cn_0_image][choose][filelist d:/path/to/pose*.png"][/choose][/set], i get that error

Prompt

No response

Log output

No response

Unprompted version

10.3.1

WebUI version

current

Other comments

No response

@redstoneguy10ls redstoneguy10ls added the bug Something isn't working label Nov 16, 2023
@ThereforeGames
Copy link
Owner

Hi @redstoneguy10ls,

Thank you for reaching out. It looks like there is a typo in your [filelist] shortcode - it doesn't have an opening quotation mark.

I use the following code in the Beautiful Soul template to load a random pose file, and as far as I know it's working fine:

[set pose_file _ui="none"][choose][filelist "{get openpose_location}/{get pose}/*.png"][/choose][/set]
[sets cn_0_image="{get pose_file}"]

Does that help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants