Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
LukeG89 opened this issue Oct 13, 2024 · 2 comments · Fixed by #1283
Closed

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

LukeG89 opened this issue Oct 13, 2024 · 2 comments · Fixed by #1283
Labels
Potential Bug Untriaged bug

Comments

@LukeG89
Copy link

LukeG89 commented Oct 13, 2024

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

Scroll_Resize_Bugs.mp4

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 LukeG89 added the Potential Bug Untriaged bug label Oct 13, 2024
@LukeG89
Copy link
Author

LukeG89 commented Oct 14, 2024

Found another bug in text field. It seems there are two scroll bars.

Edit: Nevermind, this bug was already present in previous versions, it's not related to this one.

two_scroll_bars.mp4

@LukeG89
Copy link
Author

LukeG89 commented Oct 14, 2024

Update: The graphical bugs have been introduced in version 1.3.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug Untriaged bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant