>>35061646Guide for local installation of NovelAI (v. 1.1):
DOWNLOADING:
get NovelAI from magnet:?xt=urn:btih:5bde442da86265b670a3e5ea3163afad2c6f8ecc&dn=novelaileak
When installing Git, make sure to select "Git Bash here".
get MinGW/Git from
https://git-scm.com/download/win (or direct download:
https://github.com/git-for-windows/git/releases/download/v2.37.3.windows.1/Git-2.37.3-64-bit.exeget Python from
https://www.python.org/downloads/windows/ (or direct download:
https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe When installing Python, make sure to select "add to Path".
Start Git, and type "git clone
https://github.com/AUTOMATIC1111/stable-diffusion-webui"
When you do this, it will create a folder called \stable-diffusion-webui\ (by default, in C:\Users\Username\)
When you download the torrent:
1. In \stableckpt\animefull-final-pruned\ rename 'model.ckpt' to 'final-pruned.ckpt'
2. Move 'final-prunded.ckpt' (the file you just renamed) and
animevae.pt from \stableckpt\ to \stable-diffusion-webui\models\Stable-diffusion
3. Rename '
animevae.pt' (the file you just moved) to '
final-pruned.vae.pt'
4. Create a new folder \stable-diffusion-webui\models\hypernetworks\ and move all of the modules (which end in .pt) from \stableckpt\modules\modules\ (in the NovelAI)
Whenever you want to run NovelAI from your computer, run webui-user.bat. The first time will initialize, which may cause some errors.
If there are no errors, it will give you a web address (usually
http://127.0.0.1:7860/ ). This is the WebUI, from which you run NovelAI using your computer's disk.
The usual errors will require you to edit the .bat--do this in Notepad or n++.
There will be a line of code beginning with "COMMANDLINE_ARGS=". Add "--precision full --no-half" directly after this, on the same line.
If you get an error about "--skip-torch-cuda-test", add it as well (making the line "--skip-torch-cuda-test --precision full --no-half").
After you started the .bat and got the WebUI loaded, go to Settings and scroll to Stable Diffusion. Set the checkpoint to final-pruned and the hypernetwork of your choice.
Now, you should be able to generate images normally. Recommended settings are Euler a running at 20-25 steps for text2img.
This comment is the anchor for technical questions.
The picrel link should work.