crystian / ComfyUI-Crystools

A powerful set of tools for ComfyUI
MIT License
735 stars 39 forks source link

Primitive integer broke after last Comfy update #50

Closed Davikar closed 5 months ago

Davikar commented 5 months ago

Describe the bug
The latest update to Comfy (https://github.com/comfyanonymous/ComfyUI/commit/89d0e9abeb31e44cccef46537cd10d8812130ef3) broke the Primitive Integer node. Now whenever you try to change the value it reverts back to 0.

To Reproduce
Click on the arrows or enter a new number.

Expected behavior
Values should change.

Screenshots

image

Error in console:

Versions:
Platform: Windows Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)] Python executable: C:\AI\ComfyUI\python_embeded\python.exe Log path: C:\AI\ComfyUI\comfyui.log

Prestartup times for custom nodes: 0.0 seconds: C:\AI\ComfyUI\ComfyUI\custom_nodes\rgthree-comfy 0.2 seconds: C:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 24564 MB, total RAM 65268 MB Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync VAE dtype: torch.bfloat16 Using pytorch cross attention

[Crystools INFO] Crystools version: 1.12.0 [Crystools INFO] CPU: AMD Ryzen 7 7800X3D 8-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 4090 [Crystools INFO] NVIDIA Driver: 552.22

Loading: ComfyUI-Inspire-Pack (V0.69.1)

Loading: ComfyUI-Manager (V2.24.1)

ComfyUI Revision: 2157 [89d0e9ab] | Released on '2024-05-02'

Davikar commented 5 months ago

The latest ComfyUI update (https://github.com/comfyanonymous/ComfyUI/commit/daa92a8ff4d3e75a3b17bb1a6b6c508b27264ff5) fixed the issue, so I'm closing this.