sd35 all-in-one safetensors support

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-10-30 19:30:52 -04:00
parent a6baf51b13
commit abfb197504
6 changed files with 68 additions and 16 deletions
+2
View File
@@ -84,6 +84,8 @@ def detect_pipeline(f: str, op: str = 'model', warning=True, quiet=False):
if 'omnigen' in f.lower():
guess = 'OmniGen'
pipeline = 'custom'
if 'sd3' in f.lower():
guess = 'Stable Diffusion 3'
if 'flux' in f.lower():
guess = 'FLUX'
if size > 11000 and size < 20000: