back out torch.no_grad()

This commit is contained in:
Lincoln Stein 2023-07-02 23:03:24 -04:00
parent 8c93c8dda8
commit b79740d61d
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ class CompelInvocation(BaseInvocation):
},
}
@torch.no_grad()
def invoke(self, context: InvocationContext) -> CompelOutput:
tokenizer_info = context.services.model_manager.get_model(

View File

@ -1 +1 @@
__version__ = "3.0.0+a5"
__version__ = "3.0.0+a6"