mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
sd35 all-in-one safetensors support
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user