From 5b1444676c88a08fa34196dea426a3d231336bbc Mon Sep 17 00:00:00 2001 From: diego <diego.vincent.rodriguez@gmail.com> Date: Fri, 16 Sep 2022 12:08:03 -0400 Subject: [PATCH 1/2] docs: add krea.ai as a prompt search-engine Signed-off-by: diego <diego.vincent.rodriguez@gmail.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f37823..2e9d3f2 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Prompts are the instructions given to diffusion models to manipulate their outpu * [PromptoMania](https://promptomania.com/) - A visual prompt construction tool. * [Lexica.art](https://lexica.art/) - A searchable, visual database of images and the prompts settings used to create them. +* [krea.ai](https://www.krea.ai/) - Prompt search engine that also recommends similar prompts to the one that you click on. + - 🖊️ With account creation, you can like and save prompts in your own collections. * 🖊️[Phraser](https://phraser.tech/) - A visual prompt builder drawing on a database of examples. (Requires account creation) * [ai-art.com/modifiers](https://www.the-ai-art.com/modifiers) - A visual reference guide for keywords. * [pharmapsychotic/clip-interrogator](https://github.com/pharmapsychotic/clip-interrogator) - Jupyter notebook uses CLIP models to suggest a prompt for images similar to a given image ([Demo](https://replicate.com/methexis-inc/img2prompt)). From 49b4bef57712e61ba8d420f2f2468af54e75f578 Mon Sep 17 00:00:00 2001 From: diego <diego.vincent.rodriguez@gmail.com> Date: Fri, 16 Sep 2022 12:10:27 -0400 Subject: [PATCH 2/2] fix: alphabetical order Just read the alphabetical order clause, K comes before L. I didn't put it more above because I don't want to touch other bullet points. Signed-off-by: diego <diego.vincent.rodriguez@gmail.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9d3f2..c18c1af 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ Tools and models for use in conjuction with Stable Diffusion Prompts are the instructions given to diffusion models to manipulate their output. * [PromptoMania](https://promptomania.com/) - A visual prompt construction tool. -* [Lexica.art](https://lexica.art/) - A searchable, visual database of images and the prompts settings used to create them. * [krea.ai](https://www.krea.ai/) - Prompt search engine that also recommends similar prompts to the one that you click on. - 🖊️ With account creation, you can like and save prompts in your own collections. +* [Lexica.art](https://lexica.art/) - A searchable, visual database of images and the prompts settings used to create them. * 🖊️[Phraser](https://phraser.tech/) - A visual prompt builder drawing on a database of examples. (Requires account creation) * [ai-art.com/modifiers](https://www.the-ai-art.com/modifiers) - A visual reference guide for keywords. * [pharmapsychotic/clip-interrogator](https://github.com/pharmapsychotic/clip-interrogator) - Jupyter notebook uses CLIP models to suggest a prompt for images similar to a given image ([Demo](https://replicate.com/methexis-inc/img2prompt)).