receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

use relative paths for js imports #12

Closed mcmonkey4eva closed 1 year ago

mcmonkey4eva commented 1 year ago

See https://github.com/comfyanonymous/ComfyUI/pull/867 for explanation

tldr this enables compatibility with reverse-proxies of comfy, such as the one used in StableSwarmUI. Notably seedGen.js already has this set correctly.

original issue https://github.com/Stability-AI/StableSwarmUI/issues/139

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

receyuki commented 1 year ago

Thank you for your contribution, and thank you for letting me know about reverse-proxies of comfyui.