small bug fixes

This commit is contained in:
Jaret Burkett
2025-03-30 20:09:40 -06:00
parent 58861005a5
commit 5ea19b6292
3 changed files with 10 additions and 3 deletions

View File

@@ -257,7 +257,7 @@ class StableDiffusion:
# flux packs this again,
if self.is_flux:
divisibility = divisibility * 4
divisibility = divisibility * 2
return divisibility