Posts

Showing posts from May, 2023

制作博洛尼亚肉酱 - Making Bolognese Sauce

Image
博洛尼亚肉酱是一种意面酱,制作起来较为简单,味道比较符合中国人的口味,君西餐本当上手。 Bolognese Sauce is a type of pasta sauce that is relatively easy to make and has flavors that appeal to Chinese tastes. It's a great dish to try at home. 第一步,将洋葱,胡萝卜,西芹切碎炒熟。可以稍微加一点点油。 Step 1: Chop onions, carrots, and celery into small pieces and sauté them until cooked. You can add a little oil if desired.      到这一步已经很好吃了( At this point, it already tastes great! (smiley face) 第二步,向锅里倒入一些红酒,并熬至半干。 Step 2: Pour some red wine into the pot and simmer until it reduces by half. 第三步,加入肉馅。肉馅可以用牛肉馅,也可以用猪肉和牛肉的混合肉馅。稍微翻炒一下,并剁成小块。然后继续向锅里倒入一些红酒,熬至半干。 Step 3: Add ground meat to the pot. You can use ground beef or a mixture of pork and beef. Cook the meat with vegetables a little and chop it into small pieces. Then, add some more red wine and simmer until it reduces by half. 第四步,加入番茄丁,番茄膏,番茄泥(图中由左至右)。加入一些盐和黑胡椒调味。番茄丁可以用切碎的番茄代替。 Step 4: Add diced tomatoes, tomato paste, and tomato puree (from left to right in the image). Season with some salt an...

SD WebUI 2: 如何设置Stable Diffusion WebUI? - SD WebUI 2: How to set Stable Diffusion WebUI?

书接上文,在安装了SD WebUI之后,就可以直接使用了。但是,为了更好的使用SD WebUI,需要调整一些它的初始参数。以下是一些我试出来,还算合理的初始参数。 Continuing from where we left off, after installing SD WebUI, it can be used directly. However, to optimize the use of SD WebUI, some initial parameters need to be adjusted. Here are some reasonable initial parameters that I have tried and tested. 找到ui-config.json文件,修改以下参数。 Find the ui-config.json file and modify the following parameters. "txt2img/Sampling method/value": "DPM++ 2M Karras", "txt2img/Sampling steps/value": 30, "txt2img/Hires. fix/value": true, "txt2img/Denoising strength/value": 0.5, "img2img/Sampling method/value": "DPM++ 2M Karras", "img2img/Sampling steps/value": 80, 同样,找到config.json文件,修改以下参数。 Same, find the config.json file and modify the following parameters. "save_txt": true "quicksettings": "sd_model_checkpoint, sd_vae,", 除此...

SD WebUI 1: 如何安装Stable Diffusion WebUI? - SD WebUI 1: How to install Stable Diffusion WebUI?

 Stable Diffusion WebUI是一个本地化AI作图的程序。相比于其他AI作图网站,SD WebUI免费,而且自由度更高,可以自由使用任何模型与Lora。 The Stable Diffusion WebUI is a program for localized AI drawing. Compared to other AI drawing websites, SD WebUI is free and offers a higher degree of freedom, allowing users to freely use any models and Lora. 我参考了SD WebUI的官网上的安装方法,如下所示: I followed the installation guide provided on the official website of SD WebUI, and here are the steps. https://github.com/AUTOMATIC1111/stable-diffusion-webui 第一步,下载python3.10.6。注意在安装过程中要勾选“将Python添加到系统路径中(Add Python to path)”否则程序找不到python解释器。 Step 1, download Python 3.10.6. During the installation process, be sure to check the option "Add Python to path," as this will ensure that the program can locate the Python interpreter seamlessly. https://www.python.org/downloads/release/python-3106/ 第二步,下载Git。 Step 2: Download Git. https://git-scm.com/download/win 第三步,在Git Command中执行以下命令: Step 3: Execute the f...

热门博文 - Popular posts