fix: correct description of where compiled FE files live (#14013)
This commit is contained in:
parent
08d809d128
commit
32a7092c52
|
|
@ -433,7 +433,7 @@ See also: [https://www.comfy.org/](https://www.comfy.org/)
|
||||||
|
|
||||||
## Frontend Development
|
## Frontend Development
|
||||||
|
|
||||||
As of August 15, 2024, we have transitioned to a new frontend, which is now hosted in a separate repository: [ComfyUI Frontend](https://github.com/Comfy-Org/ComfyUI_frontend). This repository now hosts the compiled JS (from TS/Vue) under the `web/` directory.
|
As of August 15, 2024, we have transitioned to a new frontend, which is now hosted in a separate repository: [ComfyUI Frontend](https://github.com/Comfy-Org/ComfyUI_frontend). The compiled JS files (from TS/Vue) are published to [pypi](https://pypi.org/project/comfyui-frontend-package) and installed as a dependency in ComfyUI.
|
||||||
|
|
||||||
### Reporting Issues and Requesting Features
|
### Reporting Issues and Requesting Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue