ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

URL-decode path from API

Open TobTobXX opened this issue 1 year ago • 2 comments

See #4753.

TobTobXX avatar Sep 02 '24 17:09 TobTobXX

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.

w1gs avatar Sep 06 '24 01:09 w1gs

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

TobTobXX avatar Sep 06 '24 05:09 TobTobXX

https://github.com/comfyanonymous/ComfyUI/pull/4801 replaced this

mcmonkey4eva avatar Sep 09 '24 06:09 mcmonkey4eva