mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
updated inference config
This commit is contained in:
parent
bb7f1547f1
commit
f9ec54b246
|
|
@ -30,7 +30,6 @@ text_encoder = dict(
|
|||
type="t5",
|
||||
from_pretrained="DeepFloyd/t5-v1_1-xxl",
|
||||
model_max_length=300,
|
||||
local_files_only=True,
|
||||
)
|
||||
scheduler = dict(
|
||||
type="rflow",
|
||||
|
|
|
|||
Loading…
Reference in a new issue