--- license: cc-by-nc-sa-4.0 --- # 简介 NovelAI Mirror NovelAI 是由 anlatan 创作的人工智能(AI)平台, 提供故事续写和图片生成服务, 是中国ACG爱好者中较早流行的一个AI作画平台。其图片生成功能基于 Stable diffusion 模型, 于 2022 年 10 月 3 日正式推出, 以日本绘画风格二次元为主题。用户可以通过输入关键词(tag)生成图片, 也可使用文本作为输入。生成图片后, 用户可根据需要进行二次调整。然而, 由于平台收费较高, 且成品基于免费开源的训练模型, 因此该项目的模型文件(后缀为 .ckpt)曾被黑客窃取并放出。目前, 许多本地版安装包实际上是以 AUTOMATIC1111 的 Github 项目“stable-diffusion-webui”为 UI 界面, 以本项目的模型文件为内核形成的。 ## 使用 Usage ```python from modelscope import snapshot_download model_dir = snapshot_download('Genius-Society/NovelAI') ``` ## 维护 Maintenance ```bash git clone git@hf.co:Genius-Society/NovelAI cd NovelAI ``` ## readme.txt ```txt .-..-..----..-..-..---..-. .---..-. .-. .---..---..-.,-. | .` || || | \ / | |- | |__ | | || | | |__ | |- | | || . < `-'`-'`----' `' `---'`----'`-^-'`-' `----'`---'`-^-'`-'`-' >>>///One for all, and all for one///>>> === INFO === This LEAK contains NovelAI's trained models and source for Stable Diffusion with some other things. IF YOU DON'T WANT THIS LEAK TO DIE, SEED! === FILES === NOTE: Most archives are TAR ZSTD (.tar.zst) compressed. - stableckpt/ - Stable Diffusion checkpoints - animefull-latest - The model NovelAI uses in production - workspace/ - Code used to train/run/finetune models - sd-private.tar.zst - Stuff to train Stable Diffusion - github/ - Code taken from GitHub. CREDENTIALS SCRUBBED - novelai/ - From NovelAI org - *.tar.zst Archived git repos, public AND PRIVATE - aboutus.gpg - Our public GPG key - sha256sum - SHA256 sums of every file - sha256sum.sig Detached signature for the sums, signed by our GPG key === FAQ === Q: Does this work out of the box on voldy or hlky's Stable Diffusion web UIs? A: As far as I can tell, no. This is just a leak, so figure it out yourselves! I haven't yet. Q: Can we train our own model like NovelAI's? A: Yes, the code is included for that. Q: Who are you? A: Anonymous ```