ComfyUI
ComfyUI copied to clipboard
URL-decode path from API
See #4753.
Hey any updates on this? It's currently breaking my ComfyUI setup and makes it hard to update without it. If needed I can make the changes and submit another PR if it'll push this along faster.
It's currently breaking my ComfyUI setup and makes it hard to update without it.
Tip: When running into breaking bugs like this, just download the fixing commit as a patch and apply it yourself. This is a Dockerfile snippet that does this:
# Apply patches
COPY *.patch ./
RUN git apply *.patch && rm *.patch
https://github.com/comfyanonymous/ComfyUI/pull/4801 replaced this