-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2629ba2
commit d25d139
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ControlNet-Sketch-To-Image | ||
Sketch an image and generate a Stable Diffusion image from it using ControlNet Scribble. | ||
|
||
The ControlNet Sketch To Image desktop client is a powerful UI for creating images using Stable Diffusion and ControlNet Scribble. Pass it a sketch and get back a Stable Diffusion generated image. | ||
|
||
Built with [Delphi](https://www.embarcadero.com/products/delphi/) using the FireMonkey framework this client works on Windows, macOS, and Linux (and maybe Android+iOS) with a single codebase and single UI. At the moment it is specifically set up for Windows. | ||
|
||
It also features a REST integration with Replicate.com for providing Generate Image functionality within the client. You need to sign up for an API key to access that functionality. | ||
|
||
# ControlNet Sketch To Image desktop client Screeshot on Windows | ||
![ControlNet Sketch To Image on Windows](/screenshot.png) | ||
|
||
Other Delphi AI clients: | ||
|
||
[Stable Diffusion Desktop Client](https://github.com/FMXExpress/Stable-Diffusion-Desktop-Client) | ||
|
||
[AutoBlogAI](https://github.com/FMXExpress/AutoBlogAI) | ||
|
||
[AI Code Translator](https://github.com/FMXExpress/AI-Code-Translator) | ||
|
||
[AI Playground](https://github.com/FMXExpress/AI-Playground-DesktopClient) | ||
|
||
[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI) | ||
|
||
[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts) | ||
|
||
[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts) | ||
|
||
[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client) | ||
|
||
[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client) |