Skip to content

ProfaneServitor/stable-diffusion-webui-localization-ru_RU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Russian localization of Stable Diffusion webui

Скрипт для добавки отсутствующих ключей

import json
files=['localization.json', 'ru_RU.json']

with open('merged_file_name.json', "w") as outfile:
    res = dict()
    for f in files:
        dct = dict(json.load(open(f, "r").read()))
        res.update(dct)
    outfile.write(res)

About

Russian localization for stable diffusion webui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published