updated inference config

This commit is contained in:
FrankLeeeee 2024-06-17 08:20:22 +00:00 committed by Frank Lee
parent bb7f1547f1
commit f9ec54b246

View file

@ -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",