Open alenknight opened 1 year ago
It seemed that it couldn't work on SDXL.
Using SDXL:
\webui\extensions\stable-diffusion-webui-tokenizer\scripts\tokenizer.py", line 54, in tokenize
raise RuntimeError(f'Unknown CLIP model: {type(clip).__name__}')
RuntimeError: Unknown CLIP model: Module
@aDropp it seems that this repo was last updated on 2022-12-10 and ther is an open pull request from november... maybe this ping will get @AUTOMATIC1111 's attention.
I make some change to support SDXL. However, SDXL and SD1.5 yields the same tokenization. So there should be no difference.
https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer/pull/9
getting an error saying "unknown clip : module".....