Commit Graph

4477 Commits

Author SHA1 Message Date
Vladimir Mandic e02415b41e Merge pull request #255 from catboxanon/patch/9092
Patch/9092
2023-04-21 09:13:11 -04:00
Vladimir Mandic 5739c8892f Merge pull request #256 from catboxanon/patch/sampler-schedule-fix
Patch/sampler schedule fix
2023-04-21 09:12:45 -04:00
Vladimir Mandic 9875338a0d Merge pull request #257 from weidongkl/master
fix install_dir error
2023-04-21 09:12:32 -04:00
Vladimir Mandic b38f446873 Merge pull request #312 from hollowstrawberry/master
🔃 buttons in extra networks submenu
2023-04-21 09:12:08 -04:00
Vladimir Mandic c0c94cbd40 Merge pull request #316 from gitmylo/master
Extension compatibility fix (modules.img2img and modules.txt2img signature change revert)
2023-04-21 09:11:38 -04:00
Vladimir Mandic 0f003906bb Merge pull request #336 from papuSpartan/tomesd_vlad
Port tomesd support to vlad
2023-04-21 09:10:43 -04:00
Vladimir Mandic e2f83575da Merge pull request #333 from claudiodekker/master
Fix #291 -  No module named 'rich'
2023-04-21 08:21:25 -04:00
Claudio Dekker a339bcfc9e WIP 2023-04-21 10:54:46 +02:00
papuSpartan 9e8dc9843c port to vlad 2023-04-21 03:18:08 -05:00
Vladimir Mandic 2ddbb66704 update setup 2023-04-21 00:07:38 -04:00
Vladimir Mandic 7939a1649d parse model preload 2023-04-20 23:19:25 -04:00
Vladimir Mandic df424d6d51 add models path 2023-04-20 17:18:31 -04:00
Vladimir Mandic 6556ab66c5 update setup for unknown packages 2023-04-20 17:05:45 -04:00
Vladimir Mandic 0282832f12 fix vae path 2023-04-20 15:50:06 -04:00
Vladimir Mandic 5a0664c945 fixes 2023-04-20 15:35:40 -04:00
Mylo d33d0f69fc Extension compatibility fix
Update function signature on img2img.py:img2img() to match the one on the original Automatic1111 webui
Update function signature on txt2img.py:txt2img() to match the one on the original Automatic1111 webui
Update ui.py to create the seed_checkbox element, which is invisible since it doesn't get used, I did this so there wouldn't be any issues when it later gets sent in to a wrap_gradio_gpu_call. (slightly hacky fix)
2023-04-20 21:24:17 +02:00
Samuel 1cf6b91862 Use smaller ToolButton for 🔃 in extra networks submenu 2023-04-20 14:43:46 -04:00
Samuel 1439100617 🔃 buttons in extra networks submenu 2023-04-20 14:35:08 -04:00
Vladimir Mandic 28edfaf4e2 update setup 2023-04-20 12:50:24 -04:00
Vladimir Mandic 752b91d38a fix model download 2023-04-20 12:29:54 -04:00
Vladimir Mandic 0866451982 fix paths 2023-04-20 11:56:07 -04:00
Vladimir Mandic c3c1f0163d update readme/todo 2023-04-20 11:39:58 -04:00
Vladimir Mandic 0e7144186d jump patch 2023-04-20 11:20:27 -04:00
Vladimir Mandic e6701f5cb6 update system info 2023-04-19 14:12:19 -04:00
Vladimir Mandic 20f4468f96 update repos 2023-04-19 14:11:45 -04:00
Vladimir Mandic 93a9e7ba16 fix logger 2023-04-19 14:11:25 -04:00
Vladimir Mandic 955b841d0f fix temp folder 2023-04-19 10:59:20 -04:00
Vladimir Mandic eb2a36cd3a update todo 2023-04-19 10:25:28 -04:00
Vladimir Mandic b298b002ae optional torch and xformers installer 2023-04-19 08:08:25 -04:00
Vladimir Mandic ee3cea54eb fix live preview 2023-04-19 07:52:26 -04:00
Vladimir Mandic 2b1b75dd12 update readme/todo/gitignore 2023-04-18 14:56:19 -04:00
Vladimir Mandic 71b29c996b change script/extension loading priorities 2023-04-18 14:31:40 -04:00
Vladimir Mandic 15d62844b6 update extensions 2023-04-18 12:11:02 -04:00
Vladimir Mandic a6bf154211 update extensions 2023-04-18 12:10:58 -04:00
Vladimir Mandic ed32259bf7 reconnect ui on browser restart 2023-04-18 12:10:30 -04:00
Vladimir Mandic e8d8dae4c7 fix broken js 2023-04-18 10:06:55 -04:00
Vladimir Mandic 2711e32c2e add script/extension priorty 2023-04-18 09:32:26 -04:00
Vladimir Mandic a975a6a03d disable gradio queues on demand 2023-04-18 08:06:16 -04:00
Vladimir Mandic 86783d164c unload xformers when not used 2023-04-18 07:47:41 -04:00
Vladimir Mandic d69738cc07 fix setup 2023-04-17 17:39:20 -04:00
Vladimir Mandic 09a1480233 update todo 2023-04-17 15:52:26 -04:00
Vladimir Mandic 8b1f26324b optional model loader and integrate image info 2023-04-17 15:31:43 -04:00
Vladimir Mandic f5a29752e7 add dynamic themes and preview 2023-04-17 13:49:18 -04:00
Vladimir Mandic 133e2855fc update github template 2023-04-17 10:03:35 -04:00
Vladimir Mandic dbfb4fd92f update issue template 2023-04-17 10:00:27 -04:00
Vladimir Mandic 8808b1a222 add setup auto-recover 2023-04-17 09:53:53 -04:00
weidong 152ed34ccc fix install_dir error
When the user's home directory and username are inconsistent, an error message stating that the directory cannot be found will appear. Directly default the installation directory to the user's home directory
2023-04-17 17:17:10 +08:00
Vladimir Mandic d67c1dcbf1 add vae-approx 2023-04-16 22:06:05 -04:00
Vladimir Mandic b0cec1aeb8 fix urls 2023-04-16 21:51:11 -04:00
catboxanon 9de7298898 Update processing.py 2023-04-16 21:06:37 -04:00