Comfy-Org / Comfy-Org/ComfyUI

I hope add --path-prefix args, like tensorboard.

Open
#7,117 0 comments 2 reactions 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

I want to add url prefix:

```bash
python main.py --listen 0.0.0.0
```

when open:

```bash
http://10.1.1.29:8188/
```

add url prefix after:

```bash
python main.py --listen 0.0.0.0 --path-prefix "/userendpoint/8MRWqVjZf0eomI"
```

now, open:

```bash
http://10.1.1.29:8188/userendpoint/8MRWqVjZf0eomI/
```

Can you add this feature?

### Existing Solutions

_No response_

### 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.