unpaint icon indicating copy to clipboard operation
unpaint copied to clipboard

A simple Windows / Xbox app for generating AI images with Stable Diffusion.

Results 17 unpaint issues
Sort by recently updated
recently updated
newest added

Please consider adding support for Linux, as it can be beneficial, especially for deployment on cloud platforms. Are there any limitations that prevent the code from running on Linux, or...

Hi, thank you for the great project. ![image](https://github.com/axodox/unpaint/assets/33001312/a48e4eaa-982c-482f-b164-92d7ca149a64) After I hit **Browse**, the app suddenly closes. Is there any dump file I can send you or any static path I...

Because it always trigger the exception below, for debugging the issue, I removed the code below: ``` catch (...) { async.update_state(1.f, "Generation failed."); return {}; } ``` Then I got...

when i follow the guide of Model-import, then run "python .\stable_diffusion.py --optimize --model_id runwayml/stable-diffusion-v1-5" in "olive-sd\olive\examples\directml\stable_diffusion" directory, report error as follow: (olive-env) PS D:\E_2_D\temp\axodox\olive-sd\olive\examples\directml\stable_diffusion> python .\stable_diffusion.py --optimize --model_id runwayml/stable-diffusion-v1-5 C:\Users\synov\miniconda3\envs\olive-env\lib\site-packages\pydantic\_internal\_config.py:269:...

How to show this ControlNet diag log UI event putted downloaded "controlnet_onnx" folder under loaded "stable_diffusion_onnx" model by different ways (Unpaint store version 1.0.37.0) https://huggingface.co/axodoxian/stable_diffusion_onnx/tree/main https://huggingface.co/axodoxian/controlnet_onnx/tree/main ![image](https://github.com/axodox/unpaint/assets/55374679/aad9a160-4294-465c-8091-6fda587d71ff)

Hi, I downloaded a canny model. Could you please give some giude, how to use it in real world? In UI I got this: Thanks!

I would like to thank you for bringing such functionality to UWP application, it works very well (Using it on my laptop), at least I don't have to run local...

This is a really cool program you've built, and I prefer it over easy diffusion or others. I also appreciate the built-in NSFW filter. Some things are better not seen....

Any plans to integrate this? https://github.com/dinglufe/segment-anything-cpp-wrapper

How to stop/pause the generation process if it stucks, etc.?