diff --git a/static/js/utils/constants.js b/static/js/utils/constants.js index 4c7520f9..9b6fd763 100644 --- a/static/js/utils/constants.js +++ b/static/js/utils/constants.js @@ -35,6 +35,7 @@ export const BASE_MODELS = { ILLUSTRIOUS: "Illustrious", PONY: "Pony", HIDREAM: "HiDream", + QWEN: "Qwen", // Video models SVD: "SVD", @@ -93,6 +94,7 @@ export const BASE_MODEL_CLASSES = { [BASE_MODELS.ILLUSTRIOUS]: "il", [BASE_MODELS.PONY]: "pony", [BASE_MODELS.HIDREAM]: "hidream", + [BASE_MODELS.QWEN]: "qwen", // Default [BASE_MODELS.UNKNOWN]: "unknown" @@ -161,4 +163,4 @@ export const NODE_TYPE_ICONS = { }; // Default ComfyUI node color when bgcolor is null -export const DEFAULT_NODE_COLOR = "#353535"; \ No newline at end of file +export const DEFAULT_NODE_COLOR = "#353535";