mirror of
https://github.com/lllyasviel/ControlNet.git
synced 2026-01-10 14:37:56 -05:00
9 lines
155 B
Python
9 lines
155 B
Python
import config
|
|
from cldm.hack import disable_verbosity, enable_sliced_attention
|
|
|
|
|
|
disable_verbosity()
|
|
|
|
if config.save_memory:
|
|
enable_sliced_attention()
|