Pixel shuffle adapter. Some bug fixes thrown in

This commit is contained in:
Jaret Burkett
2025-03-29 21:15:01 -06:00
parent b94d7aafea
commit 860d892214
10 changed files with 594 additions and 11 deletions

View File

@@ -318,6 +318,9 @@ class Wan21(BaseModel):
# cache for holding noise
self.effective_noise = None
def get_bucket_divisibility(self):
return 16
# static method to get the scheduler
@staticmethod