gpt minor fix

This commit is contained in:
lllyasviel 2023-10-30 12:26:35 -07:00
parent 51ffcc47e4
commit 1d16b942b3
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
version = '2.1.761'
version = '2.1.762'

View File

@ -21,7 +21,8 @@ black_list = ['art', 'digital', 'Ġpaint', 'painting', 'drawing', 'draw', 'drawn
'concept', 'illustration', 'illustrated', 'illustrate',
'face', 'eye', 'eyes', 'hand', 'hands',
'monster', 'artistic', 'oil', 'brush',
'artwork', 'artworks']
'artwork', 'artworks',
'skeletal', 'by', 'By', 'skeleton']
black_list += ['Ġ' + k for k in black_list]