mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-19 05:10:04 +08:00
7 lines
125 B
Python
7 lines
125 B
Python
from .libs.loader import easyLoader
|
|
from .libs.sampler import easySampler
|
|
|
|
sampler = easySampler()
|
|
easyCache = easyLoader()
|
|
|