1
0
Fork 0

chore(docs): update release test plan

This commit is contained in:
Sean Sube 2023-02-15 18:23:36 -06:00
parent d60ec52186
commit d3e8caade2
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 17 additions and 8 deletions

View File

@ -98,19 +98,20 @@ Testing:
- [ ] should work, run 3 tiles - [ ] should work, run 3 tiles
- upscale - upscale
- Real ESRGAN - Real ESRGAN
- with CodeFormer - Real ESRGAN
- x4 with CodeFormer
- [ ] should work - [ ] should work
- with GFPGAN - x4 with GFPGAN
- [ ] should work - [ ] should work
- without face correction - x4 without face correction
- [ ] should work - [ ] should work
- using x2 model and x4 scale - x2 model and x4 scale
- [ ] should sort of work: ignores scale and uses x2
- x4 model and x2 scale
- [ ] should fail: tiles - [ ] should fail: tiles
- using x4 model and x2 scale - v3 model and x2 scale
- [ ] should fail: tiles
- using v3 model and x2 scale
- [ ] should work - [ ] should work
- using v3 model and x4 scale - v3 model and x4 scale
- [ ] should work - [ ] should work
- Stable Diffusion - Stable Diffusion
- using x2 scale - using x2 scale
@ -138,6 +139,14 @@ Testing:
- [ ] should switch to the inpaint tab - [ ] should switch to the inpaint tab
- [ ] should populate the image source - [ ] should populate the image source
- [ ] the generate button should be enabled - [ ] the generate button should be enabled
- copy an image to upscale
- [ ] should switch to the upscale tab
- [ ] should populate the image source
- [ ] the generate button should be enabled
- copy two images to blend
- [ ] should switch to the blend tab
- [ ] should populate the image sources
- [ ] the generate button should be enabled once both sources have been populated
- persist on refresh - persist on refresh
- [ ] loading images - [ ] loading images
- [ ] switching tabs - [ ] switching tabs