easydiffusion/ui
patriceac e6ec7393c6
Fix the restoration of the inpainting toggle
The Inpainting toggle doesn't get restored at the very first attempt.

Repro steps:
1. Create a task with a source image and enable the inpainting toggle.
2. Copy the task to the clipboard
3. Refresh the page (F5)
4. Paste the task from the clipboard

Expected result:
The task gets restored and the toggle is ON.

Actual result:
The task is restored, but the toggle is OFF.

To fix that, we have to restore the toggle's state after loading the source image.
2023-02-22 23:46:07 -08:00
..
easydiffusion Merge pull request #916 from JeLuF/skipst 2023-02-21 08:39:52 +05:30
hotfix Hotfix for broken openAI dependency - bad json file 2022-09-10 00:13:16 +05:30
media Fix the restoration of the inpainting toggle 2023-02-22 23:46:07 -08:00
plugins/ui Slider for preview image size (#767) 2023-02-22 19:32:00 +05:30
index.html reword test 2 2023-02-22 20:16:52 +05:30
main.py Refactor server.py 2022-12-24 15:29:49 +05:30
modifiers.json Support for longer labels 2022-09-23 00:05:05 +03:00