mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
back out torch.no_grad()
This commit is contained in:
parent
8c93c8dda8
commit
b79740d61d
@ -56,7 +56,6 @@ class CompelInvocation(BaseInvocation):
|
||||
},
|
||||
}
|
||||
|
||||
@torch.no_grad()
|
||||
def invoke(self, context: InvocationContext) -> CompelOutput:
|
||||
|
||||
tokenizer_info = context.services.model_manager.get_model(
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "3.0.0+a5"
|
||||
__version__ = "3.0.0+a6"
|
||||
|
Loading…
Reference in New Issue
Block a user