ZeroCool940711
ed84e1f1d8
- Added option to select custom models instead of just using the default one, if you want to use a custom model just place your .ckpt file in "models/custom" and the UI will detect it and let you switch between stable diffusion and your custom model, make sure to give the filename a proper name that is easy to distinguish from other models because that name will be used on the UI.
...
- Implemented basic Text To Video tab, will continue to improve it as it is really basic right now.
- Improved the model loading, you now should see less frequently errors about it not been loaded correctly.
2022-09-08 05:33:45 -07:00
Hafiidz
0e30d4fdd9
separate css to external file
2022-09-08 10:10:03 +08:00
ZeroCool940711
c0e02742e3
Added try and except block to handle basic errors like StopException which is raised by streamlit when you hit the stop button and KeyError which happens also when stopping the generation because it tries to check the model at the end which is not loaded at that time, this can be ignored and so thats the reason for the exception.
2022-09-07 18:03:39 -07:00
ZeroCool940711
1d4351ce91
Added option to set default sampler name from config file, will be useful for those wanting to change the default sampler and have it persist even when closing the UI and opening it again.
2022-09-07 16:58:19 -07:00
Thomas Mello
a81671d673
fix: stack overflow during recursion call ( #784 )
2022-09-07 22:14:46 +03:00
Thomas Mello
388a765162
fix: regex escape characters
2022-09-07 18:05:16 +03:00
Hafiidz
432ebdad29
added auto conversion for 4 channel PNG to RGB
2022-09-07 14:29:49 +08:00
Hafiidz
03a3c149ba
added placeholder text similar to gradio
2022-09-07 13:32:23 +08:00
ZeroCool940711
5b79864d43
Moved streamlit files to their proper location, before they were incorrectly added to the repository root folder.
2022-09-06 20:20:29 -07:00