mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
7 lines
159 B
Python
7 lines
159 B
Python
from .encoders.modules import GeneralConditioner
|
|
|
|
UNCONDITIONAL_CONFIG = {
|
|
"target": "sgm.modules.GeneralConditioner",
|
|
"params": {"emb_models": []},
|
|
}
|