Chinese characters are not supported
NoSupport Log:
request does not contain an allowed host or valid signature: https://127.0.0.1:9000/rh-resource-models/dedfde45e0c10cf5d6b44c7cfbbacac9/output/%E5%B7%B2%E7%84%B6_00002_.png#0x0,jpeg,q50,sCPAyiGMZxTGdqw30plx2rw7cQgeZ4GazyGyh77Z2T4k=
Normal Log:
etching remote URL: https://127.0.0.1:9000/rh-resource-models/e4ea8fc92032ce7d64fc427a102e873b/output/ComfyUI_00067_.png
Is there a configuration item that can solve this problem?
No configuration option, but this is probably the same issue as #386, which is not handling the encoded characters in the URL properly. One solution might be to add support for base64 encoding the remote URL. There may have been an issue or PR for that somewhere, I don't remember.
support for base64 encoding remote URLs has been added. This is likely to be the best solution for various encoding issues (like double percent-encoding, etc).