ComfyUI_frontend icon indicating copy to clipboard operation
ComfyUI_frontend copied to clipboard

[Bugs]: Graphical issues when scrolling and resizing sidebar windows

Open LukeG89 opened this issue 4 months ago • 2 comments

Frontend Version

1.3.19

Expected Behavior

No graphical bugs when scrolling and resizing Workflows, Node Library and Model Library.

Actual Behavior

There are several graphical bugs.

When you reach the bottom of Node Library and Workflows and you keep scrolling down, you start to see doubled (this is not well captured by the video). To see this bug you need to have enough nodes and workflows to scroll (the bug doesn't seem caused by a specific node).

Steps to Reproduce

https://github.com/user-attachments/assets/c07614cc-6e94-47cd-90fc-df99e629f48b

Debug Logs

E:\>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --disable-xformers --preview-size 1024 --front-end-version Comfy-Org/ComfyUI_frontend@latest
[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-10-13 17:38:57.935605
** Platform: Windows
** Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr  2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
** Python executable: E:\python_embeded\python.exe
** ComfyUI Path: E:\ComfyUI
** Log path: E:\comfyui.log

Prestartup times for custom nodes:
   1.1 seconds: E:\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 8192 MB, total RAM 65277 MB
pytorch version: 2.4.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3070 Ti Laptop GPU : cudaMallocAsync
Using pytorch cross attention
[Prompt Server] web root: E:\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.3.19
E:\python_embeded\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
### Loading: ComfyUI-Manager (V2.51.7)
### ComfyUI Revision: 2758 [3c60ecd7] | Released on '2024-10-12'
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite: `ffmpeg_bin_path` is set to: /ffmpeg/bin
WAS Node Suite: Finished. Loaded 218 nodes successfully.

        "Every artist was first an amateur." - Ralph Waldo Emerson


Import times for custom nodes:
   0.0 seconds: E:\ComfyUI\custom_nodes\loadImageWithSubfolders.py
   0.0 seconds: E:\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI_PerpCFG
   0.0 seconds: E:\ComfyUI\custom_nodes\pre_cfg_comfy_nodes_for_ComfyUI
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: E:\ComfyUI\custom_nodes\ComfyUI_essentials
   0.1 seconds: E:\ComfyUI\custom_nodes\stability-ComfyUI-nodes
   0.2 seconds: E:\ComfyUI\custom_nodes\ComfyUI-Manager
   1.3 seconds: E:\ComfyUI\custom_nodes\was-node-suite-comfyui

Starting server

To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: E:\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]

Browser Logs

No errors.

What browsers do you use to access the UI ?

Google Chrome

Other

No response

LukeG89 avatar Oct 13 '24 16:10 LukeG89