mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-15 22:56:49 +08:00
6 lines
113 B
Python
6 lines
113 B
Python
from .send_to_loadimage import TaggedLoadImage
|
|
|
|
NODE_CLASS_MAPPINGS = {
|
|
"TaggedLoadImage": TaggedLoadImage
|
|
}
|