Merge branch 'master' into blueprints-0519
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

This commit is contained in:
Daxiong (Lin) 2026-05-24 22:37:16 +08:00 committed by GitHub
commit 8b6459f42e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 10 deletions

View File

@ -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

View File

@ -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