wiikoo's picture
Upload custom_nodes/ComfyUI-Crystools/web/styles.d.ts with huggingface_hub
a9d415d verified
raw
history blame contribute delete
256 Bytes
export declare enum Styles {
'BARS' = "BARS"
}
export declare enum Colors {
'CPU' = "#0AA015",
'RAM' = "#07630D",
'DISK' = "#730F92",
'GPU' = "#0C86F4",
'VRAM' = "#176EC7",
'TEMP_START' = "#00ff00",
'TEMP_END' = "#ff0000"
}