mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
fix token counter error style with modernui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -764,7 +764,6 @@ def set_diffuser_pipe(pipe, new_pipe_type):
|
||||
'InstantIRPipeline',
|
||||
'FluxFillPipeline',
|
||||
'FluxControlPipeline',
|
||||
'StableVideoDiffusionPipeline',
|
||||
'PixelSmithXLPipeline',
|
||||
'PhotoMakerStableDiffusionXLPipeline',
|
||||
'StableDiffusionXLInstantIDPipeline',
|
||||
@@ -781,6 +780,8 @@ def set_diffuser_pipe(pipe, new_pipe_type):
|
||||
cls = pipe.__class__.__name__
|
||||
if cls in exclude:
|
||||
return pipe
|
||||
if 'Video' in cls:
|
||||
return pipe
|
||||
if 'Onnx' in cls:
|
||||
return pipe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user