AI painting popularization course [1] Introduction to painting

1. Introduction to AI Painting

1、Stable Diffusion VS. MidJourney

Midjourney

advantage:

  • Simple operation, colorful pictures

shortcoming:

  • Subscription paid recharge

  • There are restrictions on content, for example, no violence or color content.

  • There is still a lot of randomness in the pictures

Stable Diffusion

Features:

  • First, Stable Diffusion is open source

  • Second, it can be deployed locally

  • Third, you can install various plug-ins. As the name suggests, installing plug-ins is even more powerful.

  • Fourth, unlimited content

2. Introduction to Stable Diffusion

At present, with the rapid iteration of AI technology, various products based on AIGC (Artificial Intelligence Content Generation) technology continue to flood into society, and the most common among them is a large number of AI drawing models, such as Midjourney, Dreambooth, Novel AI and Stable Diffusion etc.

Although the field of AI drawing seems to have entered an era of blooming, the top players in the industry are still represented by Midjourney and Stable Diffusion.

Stable Diffusion Wikipedia

https://zh.wikipedia.org/zh-hans/Stable_Diffusion

3. Stable Diffusion environment construction

  • Reference Github project: stable-diffusion-webui

  • Start command:

$ ./webui.sh --precision full --no-half
  • Chinese:

This is achieved by installing language packs and configuring extensions.

  • Model download website:

https://civitai.com/

https://huggingface.co

4. Wenshengtu and Tushengtu

Text to Image

  • Prompt words are required, and screen control mainly relies on prompt words.

Image to Image

  • Prompt words are required, pictures assist prompt words for screen control

Guess you like

Origin blog.csdn.net/xianyu120/article/details/133266836