部分区域重影严重 求解决方案 #371
Answered
by
F9y4ng
Sostay
asked this question in
问答专区(Question / Answer)
部分区域重影严重 求解决方案
#371
-
Github的Code区域 ——这个可以通过关闭阴影解决 ComfyUI的canvas标签——这个不管怎么修改都没用 之前版本的脚本没有出现过这个问题 |
Beta Was this translation helpful? Give feedback.
Answered by
F9y4ng
Sep 9, 2024
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sostay
-
请及时更新至 v2024.09.11.1 。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Github code 参考 #266
ComfyUI canvas 是由于fillText()方法阴影偏移量未还原初始定义造成的,这个问题会在下个月更新中发布修复。这是9月份月更新中新增的实验性功能(对canvas元素提供字体渲染)引出的新bug。该站点的 Canvas 元素
CanvasRenderingContext2D
属性有定义新的偏移量(浏览器默认为0),所以会出现你遇到的问题,可以临时排除渲染该站点来避免此问题发生。针对性修复后的效果: