mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
test: add tests/inpainting inputs for masked img2img
This commit is contained in:
parent
a31ac57901
commit
4fa26e82e8
14
tests/inpainting/coyote-inpainting.prompt
Normal file
14
tests/inpainting/coyote-inpainting.prompt
Normal file
@ -0,0 +1,14 @@
|
||||
# 🌻 🌻 🌻 sunflowers 🌻 🌻 🌻
|
||||
a coyote, deep palette knife oil painting, sunflowers, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.2
|
||||
a coyote, deep palette knife oil painting, sunflowers, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.4
|
||||
a coyote, deep palette knife oil painting, sunflowers, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.6
|
||||
a coyote, deep palette knife oil painting, sunflowers, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.8
|
||||
a coyote, deep palette knife oil painting, sunflowers, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.99
|
||||
|
||||
# 🌹 🌹 🌹 roses 🌹 🌹 🌹
|
||||
a coyote, deep palette knife oil painting, red roses, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.2
|
||||
a coyote, deep palette knife oil painting, red roses, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.4
|
||||
a coyote, deep palette knife oil painting, red roses, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.6
|
||||
a coyote, deep palette knife oil painting, red roses, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.8
|
||||
a coyote, deep palette knife oil painting, red roses, plants, desert landscape, award winning -s 50 -S 1234554321 -W 512 -H 512 -C 7.5 -I tests/inpainting/coyote-input.webp -A k_lms -M tests/inpainting/coyote-mask.webp -f 0.99
|
||||
|
BIN
tests/inpainting/coyote-input.webp
Normal file
BIN
tests/inpainting/coyote-input.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
tests/inpainting/coyote-mask.webp
Normal file
BIN
tests/inpainting/coyote-mask.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
30
tests/inpainting/original.json
Normal file
30
tests/inpainting/original.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"model": "stable diffusion",
|
||||
"model_id": null,
|
||||
"model_hash": "cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516",
|
||||
"app_id": "invoke-ai/InvokeAI",
|
||||
"app_version": "v2.2.3",
|
||||
"image": {
|
||||
"height": 512,
|
||||
"steps": 50,
|
||||
"facetool": "gfpgan",
|
||||
"facetool_strength": 0,
|
||||
"seed": 1948097268,
|
||||
"perlin": 0,
|
||||
"init_mask": null,
|
||||
"width": 512,
|
||||
"upscale": null,
|
||||
"cfg_scale": 7.5,
|
||||
"prompt": [
|
||||
{
|
||||
"prompt": "a coyote, deep palette knife oil painting, red aloe, plants, desert landscape, award winning",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"threshold": 0,
|
||||
"postprocessing": null,
|
||||
"sampler": "k_lms",
|
||||
"variations": [],
|
||||
"type": "txt2img"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user