Skip to content

Commit c78eab1

Browse files
committed
try again to fix css issue
1 parent 2c200bb commit c78eab1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@author: Crystian
33
@title: Crystools
44
@nickname: Crystools
5-
@version: 1.27.1
5+
@version: 1.27.2
66
@project: "https://github.com/crystian/comfyui-crystools",
77
@description: Plugins for multiples uses, mainly for debugging, you need them! IG: https://www.instagram.com/crystian.ia
88
"""

core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.27.1"
1+
version = "1.27.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-Crystools"
33
description = "With this suit, you can see the resources monitor, progress bar & time elapsed, metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides better nodes to load/save images, previews, etc, and see \"hidden\" data without loading a new workflow."
4-
version = "1.27.1"
4+
version = "1.27.2"
55
license = { file = "LICENSE" }
66
dependencies = ["deepdiff", "torch", "numpy", "Pillow", "pynvml", "py-cpuinfo"]
77

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.1
1+
1.27.2

web/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { utils } from './comfy/index.js';
2-
utils.addStylesheet('extensions/comfyui-crystools/monitor.css');
2+
utils.addStylesheet('extensions/ComfyUI-Crystools/monitor.css');
33
export var Styles;
44
(function (Styles) {
55
Styles["BARS"] = "BARS";

web/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { utils } from './comfy/index.js';
22

3-
utils.addStylesheet('extensions/comfyui-crystools/monitor.css');
3+
utils.addStylesheet('extensions/ComfyUI-Crystools/monitor.css');
44

55
export enum Styles {
66
'BARS' = 'BARS'

0 commit comments

Comments
 (0)