Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pythongosssss/ComfyUI-Custom-Scripts
/ show
Method
show
web/js/common/lightbox.js:83–87 ·
view source on GitHub ↗
(images, index)
Source
from the content-addressed store, hash-verified
81
}
82
83
async
show(images, index) {
84
this.images = images;
85
this.index = index || 0;
86
await
this.update(0);
87
}
88
89
async
update(shift) {
90
if
(shift < 0 && this.index <= 0) {
Callers
3
addImageToFeed
Function · 0.45
constructor
Method · 0.45
addInfoOption
Function · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected