小明明s à domicile

Stable Diffusion Advanced Tutorial – Script

Original link: https://www.dongwm.com/post/stable-diffusion-script/ foreword This section mainly introduces the script function provided by stable-diffusion-webui. Like the extension, the script is also independent. The script mainly involves the logic of generating images, not the generation algorithm. It is similar to the use of decorators in the Python language. You can adjust prompt words, parameter values, etc. …

Stable Diffusion Advanced Tutorial – Script Read More »

Stable Diffusion Advanced Tutorial -Textual Inversion(Embedding)

Original link: https://www.dongwm.com/post/stable-diffusion-embedding/ foreword Today I will introduce Textual Inversion. The Chinese name is text inversion. In the previous version, this function is called Embedding, which is text embedding. In layman’s terms, it is actually packaging the prompt words into a prompt word. If you want to achieve a specific character, style of painting or …

Stable Diffusion Advanced Tutorial -Textual Inversion(Embedding) Read More »

Stable Diffusion Advanced Tutorial – How to use Stable Diffusion?

Original link: https://www.dongwm.com/post/how-to-use-stable-diffusion/ foreword Today’s article introduces how to run SD, including online use and local running stable-diffusion-webui, and experience the effect. Civitai platform First of all, I want to introduce a platform: Civitai is currently the most well-known community platform for Stable Diffusion AI art models. Users call it Station C. There are many …

Stable Diffusion Advanced Tutorial – How to use Stable Diffusion? Read More »

Stable Diffusion Advanced Tutorial – AIGC Development History and Product Comparison

Original link: https://www.dongwm.com/post/stable-diffusion-history/ foreword The content related to AIGC has been very hot recently, so I will also take a look at it. This is the first article on this topic, first introduce AIGC and related authoring tools. AIGC The full text of AIGC is called “AI Gererative Content”, which is a new content creation …

Stable Diffusion Advanced Tutorial – AIGC Development History and Product Comparison Read More »

Three sets of 2022 Python level 10 exam questions and answer analysis

Original link: https://www.dongwm.com/post/python-ten-level-exam/ ‘### Preface I haven’t logged in on Douban for a long time. I saw the “Breaking Bad Grade 10 Scholar Unified Exam” posted by [Zhu Xiaoluzhu] the day before yesterday. I didn’t answer the questions and found it to be quite interesting. Then, I thought of the topic “Python Grade 10 Exam”. …

Three sets of 2022 Python level 10 exam questions and answer analysis Read More »

What did Python 3.9 bring?

Original link: https://www.dongwm.com/post/python-3-9/ foreword Recently, I will make up for the new features that are helpful to developers brought by each new version of Python. Today, let’s talk about Python 3.9. This version is very moderate, and there are not many valuable modifications, so it is only listed in one article. Dictionary addition coalescing operator …

What did Python 3.9 bring? Read More »

In-depth comparison of Python concurrency schemes

Original link: https://www.dongwm.com/post/python-concurrent-scheme/ foreword This article deeply compares the applicable scenarios, advantages and disadvantages of the Python concurrency scheme, mainly to introduce the asyncio scheme. Note: The code in this article requires Python 3.10 and above to run properly. Python Concurrency and Parallelism There are 3 concurrency and parallelism schemes in the Python world, as …

In-depth comparison of Python concurrency schemes Read More »