mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 11:35:40 +00:00
Remove prints.
This commit is contained in:
@@ -152,7 +152,6 @@ class LTXVScheduler:
|
||||
mm = (max_shift - base_shift) / (x2 - x1)
|
||||
b = base_shift - mm * x1
|
||||
sigma_shift = (tokens) * mm + b
|
||||
print(sigma_shift)
|
||||
|
||||
power = 1
|
||||
sigmas = torch.where(
|
||||
@@ -170,7 +169,6 @@ class LTXVScheduler:
|
||||
stretched = 1.0 - (one_minus_z / scale_factor)
|
||||
sigmas[non_zero_mask] = stretched
|
||||
|
||||
print(sigmas)
|
||||
return (sigmas,)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user