Update litegraph (Copy connection by shift drag from path) (#841)

* Add playwright tests

* Update lg

* nit

* nit

* Skip tests

* Update test expectations [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-09-16 12:02:48 +09:00
committed by GitHub
parent 861eaa155f
commit d0a4db5f4f
6 changed files with 67 additions and 15 deletions

View File

@@ -371,6 +371,18 @@ export class ComfyPage {
return { x: 427, y: 198 }
}
get clipTextEncodeNode2InputSlot(): Position {
return { x: 422, y: 402 }
}
// A point on input edge.
get clipTextEncodeNode2InputLinkPath(): Position {
return {
x: 395,
y: 422
}
}
get loadCheckpointNodeClipOutputSlot(): Position {
return { x: 332, y: 509 }
}