Alejandro Gil
|
64addefba7
|
Update README.md
|
2022-10-23 11:20:46 -07:00 |
|
ZeroCool940711
|
ed0c5f5272
|
Added unique 16-17 character id to videos so they are not overridden when you create multiple videos with the same prompt and seed.
|
2022-10-23 03:12:14 -07:00 |
|
ZeroCool940711
|
a772b4c53d
|
Moved txt2vid to use diffusers custom interpolate_stable_diffusion pipeline instead of StableDiffusionPipeline.
- Added safety checker which is disabled by default.
|
2022-10-23 03:12:14 -07:00 |
|
ZeroCool940711
|
3e4ea36bc8
|
Updated diffusers to 0.6.0.
- Renamed max_frames to max_duration_in_seconds in txt2vid to reflect better what the option is currently doing.
|
2022-10-23 03:12:14 -07:00 |
|
Alejandro Gil
|
bff1bd0021
|
Merge branch 'dev' into master
|
2022-10-22 23:34:29 -07:00 |
|
Kasiya13
|
41e84a763a
|
Update README.md
|
2022-10-23 02:18:59 -04:00 |
|
Alejandro Gil
|
a6dd97662c
|
Made sure the log variable is still around on the img2txt after its being cleared. (#1574)
|
2022-10-22 13:30:47 -07:00 |
|
ZeroCool940711
|
c1ec3f370b
|
Made sure the log variable is still around on the img2txt after its being cleared.
|
2022-10-22 13:30:12 -07:00 |
|
Alejandro Gil
|
d8bb0c4121
|
Added message to tell the user to accept the license on the huggingface site if they havent done so. (#1573)
|
2022-10-22 10:58:06 -07:00 |
|
ZeroCool940711
|
8757934e85
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-10-22 10:57:31 -07:00 |
|
ZeroCool940711
|
4ab56e56d0
|
Added message to tell the user to accept the license on the huggingface site if they havent done so.
|
2022-10-22 10:57:22 -07:00 |
|
Alejandro Gil
|
e3d52f52d0
|
Fixed stable horde not working properly. (#1569)
|
2022-10-22 00:37:57 -07:00 |
|
ZeroCool940711
|
ca8072aea8
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-10-22 00:37:14 -07:00 |
|
ZeroCool940711
|
60766d3150
|
Fixed stable horde not working properly.
|
2022-10-22 00:37:09 -07:00 |
|
Alejandro Gil
|
86942d37cc
|
Added missing ApiServer.py file. (#1568)
|
2022-10-21 23:03:46 -07:00 |
|
Alejandro Gil
|
5ba603640c
|
Merge branch 'sd-webui:dev' into dev
|
2022-10-21 23:03:16 -07:00 |
|
ZeroCool940711
|
6b3f7c0599
|
Added missing ApiServer.py file.
|
2022-10-21 23:02:55 -07:00 |
|
Alejandro Gil
|
8d1e42b9c5
|
Added Open in Colab button to notebook. (#1567)
|
2022-10-21 22:21:20 -07:00 |
|
ZeroCool940711
|
76ed205211
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-10-21 22:20:42 -07:00 |
|
ZeroCool940711
|
f89b359037
|
Added Open in Colab button to notebook.
|
2022-10-21 22:20:33 -07:00 |
|
Alejandro Gil
|
edddd65846
|
Added Colab notebook to run the Streamlit version of the UI. (#1566)
|
2022-10-21 22:16:26 -07:00 |
|
ZeroCool940711
|
5540cd1a3d
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-10-21 22:15:42 -07:00 |
|
ZeroCool940711
|
f0bc44c646
|
Added Colab notebook to run the Streamlit version of the UI.
|
2022-10-21 22:15:32 -07:00 |
|
Alejandro Gil
|
0bcdd2a68c
|
Fixed fonts missing on some platforms. (#1565)
|
2022-10-21 22:06:54 -07:00 |
|
ZeroCool940711
|
991e30fb8e
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-10-21 22:05:56 -07:00 |
|
ZeroCool940711
|
f85d465e9e
|
Fixed fonts missing on some platforms.
|
2022-10-21 22:05:46 -07:00 |
|
Alejandro Gil
|
7b124de917
|
Removed the old 1.4 model from the list of models as it was breaking stuff and also wasting bandwidth as it was also being downloaded. (#1564)
|
2022-10-21 22:00:06 -07:00 |
|
ZeroCool940711
|
81e01d3463
|
Removed the old 1.4 model from the list of models as it was breaking stuff and also wasting bandwidth as it was also being downloaded.
|
2022-10-21 21:59:16 -07:00 |
|
Alejandro Gil
|
1be319193e
|
Updated webui.sh to work with new v1.5 model files (#1562)
Updated `webui.sh` to work with new v1.5 model files.
|
2022-10-20 21:55:48 -07:00 |
|
Joshua Kimsey
|
3deec6ff1f
|
Updated webui.sh to work with new v1.5 model files
Program will no longer exit if it doesn't detect a generic `model.ckpt` in the old default tree. Will still warn that Gradio requires this though.
|
2022-10-21 00:48:54 -04:00 |
|
Alejandro Gil
|
4a70a4c985
|
Changed the default Stable Diffusion model to runwayml/stable-diffusion-v1-5 (#1560)
|
2022-10-20 19:53:49 -07:00 |
|
ZeroCool940711
|
accc6f411e
|
Changed the default Stable Diffusion model to runwayml/stable-diffusion-v1-5
|
2022-10-20 19:53:09 -07:00 |
|
Alejandro Gil
|
52bb75058b
|
Fixed the page/layout being pushed up when expanders or other item expanded and then collapsed. (#1559)
|
2022-10-20 15:49:30 -07:00 |
|
ZeroCool940711
|
2f9cef38c5
|
Fixed the page/layout being pushed up when expanders or other item expanded and then collapsed.
|
2022-10-20 15:48:25 -07:00 |
|
ZeroCool940711
|
f57ae136c9
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-10-20 15:45:23 -07:00 |
|
hlky
|
8229d1bd92
|
Update 44.competition.md
|
2022-10-20 22:18:27 +01:00 |
|
ZeroCool940711
|
f925d33fe0
|
Fixed default model option not saving the proper value to the user config file.
|
2022-10-20 14:09:19 -07:00 |
|
hlky
|
276ef7c3ee
|
Update 44.competition.md
|
2022-10-20 21:52:51 +01:00 |
|
ZeroCool940711
|
5e788754a2
|
Changed the id for the text area field on the css, again.
|
2022-10-20 13:24:56 -07:00 |
|
ZeroCool940711
|
b96a61be9f
|
Added default height value to the text are for the prompt on most tabs, this should help with it having the proper height, we still need to change min-height through CSS so it might still break sometimes.
|
2022-10-20 13:24:56 -07:00 |
|
ZeroCool940711
|
613dd4f19c
|
Fixed keep_all_models_loaded missing key, this is not the proper way to do it but at least people wont have this issue for now.
|
2022-10-20 13:24:56 -07:00 |
|
ZeroCool940711
|
f35a01f26a
|
Added rerun option to the model manager so after models are downloaded the page refreshes which then should change the button status and replace it with he proper green check mark if its already downloaded or still show the download button if its not.
|
2022-10-20 13:24:56 -07:00 |
|
ZeroCool940711
|
26c992bf1e
|
Changed the id for the text area field on the css, again.
|
2022-10-20 13:20:03 -07:00 |
|
ZeroCool940711
|
c93684ca01
|
Added default height value to the text are for the prompt on most tabs, this should help with it having the proper height, we still need to change min-height through CSS so it might still break sometimes.
|
2022-10-20 13:19:26 -07:00 |
|
ZeroCool940711
|
4ff1bfa691
|
Fixed keep_all_models_loaded missing key, this is not the proper way to do it but at least people wont have this issue for now.
|
2022-10-20 13:17:47 -07:00 |
|
ZeroCool940711
|
76efbd17f3
|
Added rerun option to the model manager so after models are downloaded the page refreshes which then should change the button status and replace it with he proper green check mark if its already downloaded or still show the download button if its not.
|
2022-10-20 13:17:06 -07:00 |
|
hlky
|
27a1520d47
|
Update 44.competition.md
|
2022-10-20 21:08:42 +01:00 |
|
hlky
|
af1d107894
|
Update 44.competition.md
|
2022-10-20 21:06:27 +01:00 |
|
hlky
|
b0cce644b0
|
Update 44.competition.md
|
2022-10-20 20:59:17 +01:00 |
|
hlky
|
dda9174e1c
|
Update 44.competition.md
|
2022-10-20 20:58:54 +01:00 |
|