mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-05-01 03:41:24 +00:00
update comment
This commit is contained in:
@@ -31,7 +31,7 @@ import torchvision
|
|||||||
# ("banding", {}),
|
# ("banding", {}),
|
||||||
# ("scanlines", {})
|
# ("scanlines", {})
|
||||||
# ]
|
# ]
|
||||||
default_chain = [] # TODO: disabled temporarily to get a PR in early, since we are still missing config support in client
|
default_chain = [] # Overridden by the animator, which sends us the chain.
|
||||||
|
|
||||||
T = TypeVar("T")
|
T = TypeVar("T")
|
||||||
Atom = Union[str, bool, int, float]
|
Atom = Union[str, bool, int, float]
|
||||||
|
|||||||
Reference in New Issue
Block a user