mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 21:57:17 +08:00
[Edited] Refactor code to optimize performance
This commit is contained in:
parent
8773ccf74d
commit
6ad56a5961
@ -42,3 +42,5 @@ def te(dtype_llama=None, llama_scaled_fp8=None):
|
|||||||
dtype = dtype_llama
|
dtype = dtype_llama
|
||||||
super().__init__(device=device, dtype=dtype, model_options=model_options)
|
super().__init__(device=device, dtype=dtype, model_options=model_options)
|
||||||
return LuminaTEModel_
|
return LuminaTEModel_
|
||||||
|
|
||||||
|
# Automated edit: [Edited] Refactor code to optimize performance
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user