Comfy-Org / Comfy-Org/ComfyUI

Make userdata subdirectories and files accessible to retrieve workflow

Open
#10,151 0 comments 1 reaction 0 assignees View on GitHub
Feature
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Feature Idea

simply change `app/user_manager.py`
`@routes.get("/userdata/{file}")`
to
`@routes.get("/userdata/{file:.*}")`

to get http://localhost:8188/userdata/workflows/video_wan2_2_14B_t2v-test.json

### Existing Solutions

`sed -i 's|/userdata/{file}|/userdata/{file:.*}|g' app/user_manager.py`

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.