1
0
Fork 0

chore(docs): expand release testing list

This commit is contained in:
Sean Sube 2023-02-05 18:12:48 -06:00
parent 7462c96616
commit fc457f6050
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 56 additions and 9 deletions

View File

@ -38,36 +38,83 @@ This is the test plan for manual pre-release testing and should exercise all of
- txt2img - txt2img
- 256x256 with SD v1.5 - 256x256 with SD v1.5
- should fail: neon blobs
- 512x512 with SD v1.5 - 512x512 with SD v1.5
- DPM Multi - DPM Multi
- should work
- Euler A - Euler A
- should work
- 512x512 with SD v1.5
- 768x768 with SD v2.1 - 768x768 with SD v2.1
- should work, given sufficient memory
- extra models
- Knollingcase
- should work
- OpenJourney
- should work
- img2img - img2img
- 256x256 input - 256x256 input
- TODO
- 512x512 input - 512x512 input
- should work
- 1024x768 input - 1024x768 input
- should work
- inpaint - inpaint
- outpaint - outpaint
- 0 all sides
- should work
- 256 all sides - 256 all sides
- should work
- 512 top and bottom, 0 left and right - 512 top and bottom, 0 left and right
- should work
- 512 left and right, 0 top and bottom - 512 left and right, 0 top and bottom
- should work
- upscale - upscale
- Real ESRGAN - Real ESRGAN
- with face correction - with CodeFormer
- should work
- with GFPGAN
- should work
- without face correction - without face correction
- should work
- using x2 model and x4 scale
- should fail: tiles
- using x4 model and x2 scale
- should fail: tiles
- using v3 model and x2 scale
- using v3 model and x4 scale
- Stable Diffusion - Stable Diffusion
- with face correction - using x2 scale
- should fail: tiles
- using x4 scale
- should work
- with CodeFormer
- should work
- with GFPGAN
- should work but doesn't: https://github.com/ssube/onnx-web/issues/87
- without face correction - without face correction
- should work
- interactions - interactions
- generate new image - generate a new image
- delete pending image - should request and then load an image from the server
- delete finished image - delete a pending image
- copy to img2img - should remove a single image and leave the rest
- copy to inpaint - delete a finished image
- should remove a single image and leave the rest
- copy an image to img2img
- should switch to the img2img tab
- should populate the image source
- the generate button should be enabled
- copy an image to inpaint
- should switch to the inpaint tab
- should populate the image source
- the generate button should be enabled
Repeat with and without LPW enabled. Repeat with and without LPW enabled. Feature combinations marked `should work` must produce a valid image for the
prompt, within a reasonable margin of creative freedom. Feature combinations marked `should fail` are known to produce
neon blobs, out of place tiles, and errors.
### Known Issues ### Known Issues
- images of 256x256 or smaller will produce neon blots - images of 256x256 or smaller will produce neon blobs
- inpaint does not work with LPW - inpaint does not work with LPW