really fixed settings and unbroke ltxv canny edges

This commit is contained in:
deepbeepmeep
2025-07-21 16:51:31 +02:00
parent a97120bda7
commit 6581d05916
2 changed files with 6 additions and 5 deletions

View File

@@ -482,7 +482,7 @@ class LTXV:
map = {
"P" : "pose",
"D" : "depth",
"S" : "canny",
"E" : "canny",
}
loras = []
preloadURLs = get_model_recursive_prop(self.model_type, "preload_URLs")