mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
inpaint model progress
- working with plain prompts, weighted prompts and merge prompts - not tested with prompt2prompt
This commit is contained in:
@ -439,7 +439,7 @@ class FrozenCLIPEmbedder(AbstractEncoder):
|
||||
param.requires_grad = False
|
||||
|
||||
def forward(self, text, **kwargs):
|
||||
|
||||
print(f'DEBUG text={text}, max_length={self.max_length}')
|
||||
batch_encoding = self.tokenizer(
|
||||
text,
|
||||
truncation=True,
|
||||
|
Reference in New Issue
Block a user