Giter Site home page Giter Site logo

fmxexpress / sdxl-inpainting Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 2.0 3.13 MB

Desktop application to mask an image and use SDXL inpainting to paint part of the image using AI.

Home Page: https://www.fmxexpress.com/

License: MIT License

Pascal 100.00%
ai delphi inpainting linux macos replicate-api sdxl stable-diffusion windows generative-ai

sdxl-inpainting's Introduction

SDXL-Inpainting

Desktop application to mask an image and use SDXL inpainting to paint part of the image using AI.

Features include creating a mask within the application, generating an image using a text and negative prompt, and storing the history of previous inpainting work.

The SDXL Desktop client is a powerful UI for inpainting images using Stable Diffusion XL.

Built with 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. Replicate models can be run in the cloud or locally via docker.

docker run -d -p 5000:5000 --gpus=all r8.im/catacolabs/sdxl-ad-inpaint@sha256:9c0cb4c579c54432431d96c70924afcca18983de872e8a221777fb1416253359
curl http://localhost:5000/predictions -X POST \
-d '{"input": {
  "image": "https://url/to/file",
    "product_fill": "...",
    "prompt": "...",
    "negative_prompt": "...",
    "img_size": "...",
    "scheduler": "...",
    "num_inference_steps": "...",
    "guidance_scale": "...",
    "condition_scale": "...",
    "num_refine_steps": "...",
    "apply_img": "...",
    "seed": "..."
  }}'

SDXL Inpainting Desktop client Screeshot on Windows

SDXL Inpainting Desktop client on Windows

Requires Skia4Delphi to compile.

Other Delphi AI clients:

Stable Diffusion Desktop Client

CodeDroidAI

ControlNet Sketch To Image

AutoBlogAI

AI Code Translator

AI Playground

Song Writer AI

Stable Diffusion Text To Image Prompts

Generative AI Prompts

Dreambooth Desktop Client

Text To Vector Desktop Client

sdxl-inpainting's People

Contributors

fmxexpress avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

alan008 amesianx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.