dasghost65536
commited on
Commit
•
4dc9c17
1
Parent(s):
76c6600
Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,36 @@ python_version: 3.10.6
|
|
11 |
duplicated_from: DreamSunny/stable-diffusion-webui-cpu
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
By default, this space is running on CPU, which might be slow and certain features may or may not work at all.
|
15 |
If you want to run it on GPU, you must duplicate this space first, after that,
|
16 |
upgrade your newly duplicated space to run it on a GPU.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
18 |
Do keep in mind that its default startup settings are geared towards running it on CPU (and CPU upgrade),
|
19 |
so check up with the source code (its the app dot py file) that runs this space to read instructions on how to
|
20 |
change startup settings that are geared towards running it on an upgraded GPU.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
duplicated_from: DreamSunny/stable-diffusion-webui-cpu
|
12 |
---
|
13 |
|
14 |
+
This space is duplicated from DreamSunny's space, except that I've thrown in some
|
15 |
+
quality of life improvements, disabled some extensions (especially the ones that required
|
16 |
+
a GPU, but yet works on CPU, but awfully slow or don't work at all), different selection
|
17 |
+
of checkpoint models compared to the original space (including optional ones to install),
|
18 |
+
bug fixes in terms of how the original author of the space coded (Loras not showing up on
|
19 |
+
Lora tab for example), as well as a few nice extensions that could be useful in some way.
|
20 |
+
The most important one (but optional) is that there is now an option to change startup code
|
21 |
+
geared towards running it on GPU, but it's not tested a lot sadly, more on that little later.
|
22 |
+
This can be viewed as a better version of the original space, of which this space was
|
23 |
+
originally duplicated from. Credits to the original author of that space that made this
|
24 |
+
possible that made this space exist in the first space.
|
25 |
+
|
26 |
By default, this space is running on CPU, which might be slow and certain features may or may not work at all.
|
27 |
If you want to run it on GPU, you must duplicate this space first, after that,
|
28 |
upgrade your newly duplicated space to run it on a GPU.
|
29 |
|
30 |
+
Using Stable Diffusion XL-based checkpoint models when a space is running CPU-powered is unfortunately not supported and may actually crash
|
31 |
+
the 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 via
|
32 |
+
the 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 use
|
33 |
+
SDXL-based checkpoints is to in fact upgrade it to GPU in order to use them without any kinds of issues.
|
34 |
+
|
35 |
Do keep in mind that its default startup settings are geared towards running it on CPU (and CPU upgrade),
|
36 |
so check up with the source code (its the app dot py file) that runs this space to read instructions on how to
|
37 |
change startup settings that are geared towards running it on an upgraded GPU.
|
38 |
|
39 |
+
Another thing to point out is that unfortunately, the option to change startup settings to run it
|
40 |
+
on GPU is not actually tested at all, so it'd be of great help if you can help test out that option
|
41 |
+
by at least duplicating this space, change the source code by reading the instructions, and
|
42 |
+
upgrading a newly duplicated space to run it on a GPU to test if it's working well or not.
|
43 |
+
I could provide a few startup options, if necessary, in the source code if I get some kind
|
44 |
+
of feedback depending on the hardware upgrade options in question they used.
|
45 |
+
|
46 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|