Cham Yong-Jun

Results 2 comments of Cham Yong-Jun

请问您是如何准备新的alphabet.pkl 呢? 在keys.py 里, 有这代码, 但是我该如何准备新的 text.txt (在 infofiles 那) import pickle as pkl alphabet_set = set() infofiles = ['text.txt'] for infofile in infofiles: f = open(infofile, encoding='utf8') content =...

Hi, I managed to solve it by updating the version of automatic1111 web UI from 1.6.0 to 1.8.0.