AI in Arts - Start painting with NovelAI
NovelAI - The GPT-powered AI Storyteller
I’m so excited about this “magic” tech - using AI to complete an art piece.
The way to prepare a painting-AI locally is very easy and clear, just following the guide from git:
- GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI
Automatic Installation on Windows
- Install Python 3.10.6, checking “Add Python to PATH”
- Install git.
- Download the stable-diffusion-webui repository, for example by running
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
. - Place
model.ckpt
in themodels
directory (see dependencies for where to get it). - (Optional) Place
GFPGANv1.4.pth
in the base directory, alongsidewebui.py
(see dependencies for where to get it). - Run
webui-user.bat
from Windows Explorer as normal, non-administrator, user.
Installation
Suggest working with conda
to avoid potential environment conflicts.
- git clone
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git novelai
- pytorch:
- Start Locally | PyTorch
conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge
- dependency
cd
to the project root pathpython -m pip install -r requirements.txt
Tag generator
Parameter tuning
Reference
- https://blog.novelai.net/image-generation-announcement-807b3cf0afec
- Image Generation - NovelAI Documentation
- Paint New Image - Edit Image - Canvas - NovelAI Documentation
- Novel AI搭建教程 - 哔哩哔哩
- 【AI绘画】再次进化!novelai真官网版本解压即用 无需下载!这次1分钟内不用学也能会用_哔哩哔哩_bilibili
- https://blog.csdn.net/c406495762/article/details/127419474)