mirror of https://github.com/Filexor/Clip_IO.git
Bugfix for "Directive" mode
parent
5927f7c090
commit
05c1503622
|
|
@ -301,7 +301,7 @@ class Clip_IO(scripts.Script):
|
|||
warnings.warn(f'Directive "{dir.name}" does not exist.')
|
||||
pass
|
||||
pass
|
||||
cond = o
|
||||
cond = i
|
||||
|
||||
if cond is not None and cond.shape[0] > 0 and (cond.shape[1] == 768 or cond.shape[1] == 1024):
|
||||
return cond.to(devices.device)
|
||||
|
|
|
|||
Loading…
Reference in New Issue