CoolFace
Apppublic

SovietCat/Stable-Diffusion-2

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
README.md46 linesDownload Raw Back to root
1---2title: Stable Diffusion3emoji: 💻4colorFrom: blue5colorTo: gray6sdk: gradio7sdk_version: 3.41.28app_file: app.py9pinned: false10python_version: 3.10.611duplicated_from: DreamSunny/stable-diffusion-webui-cpu12---13 14This space is duplicated from DreamSunny's space, except that I've thrown in some15quality of life improvements, disabled some extensions (especially the ones that required16a GPU, but yet works on CPU, but awfully slow or don't work at all), different selection17of checkpoint models compared to the original space (including optional ones to install),18bug fixes in terms of how the original author of the space coded (Loras not showing up on19Lora tab for example), as well as a few nice extensions that could be useful in some way.20The most important one (but optional) is that there is now an option to change startup code21geared towards running it on GPU, but it's not tested a lot sadly, more on that little later.22This can be viewed as a better version of the original space, of which this space was23originally duplicated from. Credits to the original author of that space that made this24possible that made this space exist in the first space.25 26By default, this space is running on CPU, which might be slow and certain features may or may not work at all.27If you want to run it on GPU, you must duplicate this space first, after that,28upgrade your newly duplicated space to run it on a GPU.29 30Using Stable Diffusion XL-based checkpoint models when a space is running CPU-powered is unfortunately not supported and may actually crash31the whole space (it might get a connection time out I think) if one tries to do so (be it edited by its source code or downloaded via32the use of extensions installed by default), so basically it's probably clear that the only actual way (as far as I am aware of) to use33SDXL-based checkpoints is to in fact upgrade it to GPU in order to use them without any kinds of issues. 34 35Do keep in mind that its default startup settings are geared towards running it on CPU (and CPU upgrade),36so check up with the source code (its the app dot py file) that runs this space to read instructions on how to37change startup settings that are geared towards running it on an upgraded GPU.38 39Another thing to point out is that unfortunately, the option to change startup settings to run it40on GPU is not actually tested at all, so it'd be of great help if you can help test out that option41by at least duplicating this space, change the source code by reading the instructions, and42upgrading a newly duplicated space to run it on a GPU to test if it's working well or not.43I could provide a few startup options, if necessary, in the source code if I get some kind44of feedback depending on the hardware upgrade options in question they used.45 46Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference