fix: inference for Chroma model

This commit is contained in:
Kohya S
2025-07-20 14:08:54 +09:00
parent 24d2ea86c7
commit 404ddb060d
3 changed files with 23 additions and 18 deletions

View File

@@ -146,7 +146,7 @@ def load_flow_model(
from . import chroma_models
# build model
logger.info("Building Chroma model from BFL checkpoint")
logger.info("Building Chroma model")
with torch.device("meta"):
model = chroma_models.Chroma(chroma_models.chroma_params)
if dtype is not None: