Skip to content

Commit

Permalink
♻️ chore(utils): update tag character rankIdentity
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Feb 7, 2024
1 parent 4706785 commit 3911641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/novelai_python/utils/random_prompt/tag_character.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
]

rankIdentity = [
['vtuber', 20], ['accountant', 20], ['worker', 10], ['manager', 10], ['traffic_controller', 10],
['virtual_youtuber', 60], ['accountant', 20], ['worker', 10], ['manager', 10], ['traffic_controller', 10],
['airline_cabin_crew', 10],
['art_therapist', 10],
['arts_administrator', 10], ['auditor', 10], ['automotive_engineer', 10], ['barrister', 10],
Expand Down Expand Up @@ -99,7 +99,7 @@
['interpreter', 10], ['postman', 10], ['processfor', 10],
['tailor', 10], ['technician', 10], ['waiter', 20],
['waitress', 50], ['journalist', 10], ['fisherman', 10],
['vtuber', 90], ['landscape_architect', 10], ['learning_disability_nurse', 10],
['vtuber', 70], ['landscape_architect', 10], ['learning_disability_nurse', 10],
['midwife', 10], ['photographer', 10], ['police_officer', 10],
['writer', 10], ['youth_worker', 10]
]
Expand Down

0 comments on commit 3911641

Please sign in to comment.