add new insights
parent
eed667f55c
commit
a59a3381f9
12
README.md
12
README.md
|
|
@ -23,7 +23,12 @@ Relevant Links
|
|||
|
||||
## Important Update
|
||||
|
||||
- We are happy to release a new SD 2.1 768 version of StableSR! (Thanks to Jianyi Wang)
|
||||
- 2023.07.01: We occasionally found that **proper negative prompts can significantly enhance the details of StableSR.**
|
||||
- We use CFG Scale=7 with the following negative prompts: 3d, cartoon, anime, sketches, (worst quality:2), (low quality:2)
|
||||
- Click [comparison](https://imgsli.com/MTg5MjM1) to see the significant power of negative prompts.
|
||||
- In our test, common positive prompts (like masterpiece, best quality, 1girl, realistic) doesn't bring significant improvements.
|
||||
- But we are not sure if there exists some useful positive prompts. Please feel free to share your test results in this repo's discussion panel.
|
||||
- 2023.06.30: We are happy to release a new SD 2.1 768 version of StableSR! (Thanks to Jianyi Wang)
|
||||
- It produces similar amount of details, but with **significantly less artifacts** and **better color**.
|
||||
- It supports the resolution of 768 * 768.
|
||||
- To enjoy the new model:
|
||||
|
|
@ -106,8 +111,9 @@ We currently has two versions. They have similar amount of details, but the 768
|
|||
- Select the StableSR script.
|
||||
- Click the refresh button and select the StableSR checkpoint you have downloaded.
|
||||
- Choose a scale factor.
|
||||
- Upload your image and start generation (can work without prompts).
|
||||
- Euler a sampler is recommended. CFG Scale<=2, Steps >= 20.
|
||||
- Euler a sampler is recommended. CFG Scale=7, Steps >= 20.
|
||||
- While StableSR can work without any prompts, we recently found that negative prompts can significantly improve details. Example negative prompts: 3d, cartoon, anime, sketches, (worst quality:2), (low quality:2)
|
||||
- Click to see [comparison] with/without pos/neg prompts(https://imgsli.com/MTg5MjM1)
|
||||
- For output image size > 512, we recommend using Tiled Diffusion & VAE, otherwise, the image quality may not be ideal, and the VRAM usage will be huge.
|
||||
- Here are the official Tiled Diffusion settings:
|
||||
- Method = Mixture of Diffusers
|
||||
|
|
|
|||
11
README_CN.md
11
README_CN.md
|
|
@ -22,7 +22,12 @@ Licensed under S-Lab License 1.0
|
|||
|
||||
## 重要更新
|
||||
|
||||
- 我们很高兴发布 StableSR 的新版本 SD 2.1 768!(感谢 Jianyi Wang)
|
||||
- 2023.07.01: 我们偶然发现 **合适的负面prompt会大幅提高StableSR的生成质量.**
|
||||
- 我们使用了CFG Scale=7以及下面的负面提示词:3d, cartoon, anime, sketches, (worst quality:2), (low quality:2)
|
||||
- 点击[对比](https://imgsli.com/MTg5MjM1)来查看负面提示词的威力
|
||||
- 在我们的测试中, 常见正面提示词(比如masterpiece, best quality, 1girl, realistic)没有什么显著效果。
|
||||
- 但我们不确定到底有没有有用的正面提示词。欢迎在本仓库的讨论区中分享你的测试结果.
|
||||
- 2023.06.30: 我们很高兴发布 StableSR 的新版本 SD 2.1 768!(感谢 Jianyi Wang)
|
||||
- 它产生类似的细节,但具有**更自然的边缘(更少的白边黑边)**和**更好的颜色**。
|
||||
- 它支持 768 * 768 的分辨率。
|
||||
- 要使用新模型:
|
||||
|
|
@ -105,7 +110,9 @@ Licensed under S-Lab License 1.0
|
|||
- 点击刷新按钮,选择你已下载的 StableSR 检查点。
|
||||
- 选择一个放大因子。
|
||||
- 上传你的图像并开始生成(无需提示也能工作)。
|
||||
- 推荐使用 Euler a 采样器,CFG值<=2,步数 >= 20。
|
||||
- 推荐使用 Euler a 采样器,CFG值=7,步数 >= 20。
|
||||
- 尽管StableSR不需要提示词也能工作,我们发现负面提示词能显著增强细节。比如使用3d, cartoon, anime, sketches, (worst quality:2), (low quality:2)
|
||||
- 点击查看有/没有prompt的[对比](https://imgsli.com/MTg5MjM1)
|
||||
- 如果生成图像尺寸 > 512,我们推荐使用 Tiled Diffusion & VAE,否则,图像质量可能不理想,VRAM 使用量也会很大。
|
||||
- 这里是官方推荐的 Tiled Diffusion 设置。
|
||||
- 方法 = Mixture of Diffusers
|
||||
|
|
|
|||
Loading…
Reference in New Issue