mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Fix missing variable.
This commit is contained in:
parent
1144ed5792
commit
d2da346b0b
@ -535,6 +535,7 @@ class T2IAdapter:
|
|||||||
output_dtype = x_noisy.dtype
|
output_dtype = x_noisy.dtype
|
||||||
out = {'input':[]}
|
out = {'input':[]}
|
||||||
|
|
||||||
|
autocast_enabled = torch.is_autocast_enabled()
|
||||||
for i in range(len(self.control_input)):
|
for i in range(len(self.control_input)):
|
||||||
key = 'input'
|
key = 'input'
|
||||||
x = self.control_input[i] * self.strength
|
x = self.control_input[i] * self.strength
|
||||||
|
Loading…
Reference in New Issue
Block a user