This website requires JavaScript.
Explore
Help
Register
Sign In
bowong
/
ComfyUI-WorkflowPublisher
Watch
6
Star
0
Fork
You've already forked ComfyUI-WorkflowPublisher
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
ComfyUI-WorkflowPublisher
/
app
/
routes
/
runx
/
_base.py
7 lines
101 B
Python
Raw
Permalink
Blame
History
from
fastapi
import
APIRouter
runx_router
=
APIRouter
(
prefix
=
"
/api/runx
"
,
tags
=
[
"
RunX
"
]
,
)
Reference in New Issue
View Git Blame
Copy Permalink