mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-27 09:27:24 +08:00
Merge branch 'master' into blueprints-0519
This commit is contained in:
commit
8b6459f42e
@ -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
|
||||||
|
|
||||||
|
|||||||
11
openapi.yaml
11
openapi.yaml
@ -9585,16 +9585,9 @@ components:
|
|||||||
description: List of plan features
|
description: List of plan features
|
||||||
|
|
||||||
BillingStatus:
|
BillingStatus:
|
||||||
type: object
|
type: string
|
||||||
x-runtime: [cloud]
|
x-runtime: [cloud]
|
||||||
description: "[cloud-only] Overall billing and subscription status."
|
description: "[cloud-only] Overall billing/payment lifecycle status."
|
||||||
properties:
|
|
||||||
subscription:
|
|
||||||
$ref: "#/components/schemas/BillingSubscription"
|
|
||||||
balance:
|
|
||||||
$ref: "#/components/schemas/BillingBalance"
|
|
||||||
has_payment_method:
|
|
||||||
type: boolean
|
|
||||||
enum:
|
enum:
|
||||||
- awaiting_payment_method
|
- awaiting_payment_method
|
||||||
- pending_payment
|
- pending_payment
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user