delete debug print

This commit is contained in:
lodestone-rock 2025-12-09 10:52:25 +07:00
parent 3711e9462f
commit a22b6cfbe6

View File

@ -160,7 +160,6 @@ class ChromaRadiance(Chroma):
self.lite = False self.lite = False
if params.use_x0: if params.use_x0:
print("the model is using x0 prediction")
self.register_buffer("__x0__", torch.tensor([])) self.register_buffer("__x0__", torch.tensor([]))
@property @property