Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Rename usage to docs
Browse files- usage.md → DOCS.md +2 -2
- README.md +16 -3
usage.md → DOCS.md
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
-
##
|
2 |
|
3 |
-
Enter a prompt
|
4 |
|
5 |
### Prompting
|
6 |
|
|
|
1 |
+
## Documentation
|
2 |
|
3 |
+
TL;DR: Enter a prompt or roll the `🎲` and press `Generate`.
|
4 |
|
5 |
### Prompting
|
6 |
|
README.md
CHANGED
@@ -59,9 +59,9 @@ preload_from_hub:
|
|
59 |
|
60 |
# diffusion
|
61 |
|
62 |
-
Gradio app for Stable Diffusion 1.5
|
63 |
* txt2img and img2img pipelines with IP-Adapter
|
64 |
-
* Curated models and TI embeddings
|
65 |
* 100+ styles from sdxl_prompt_styler
|
66 |
* 150+ prompts from StableStudio
|
67 |
* Compel prompt weighting
|
@@ -70,9 +70,22 @@ Gradio app for Stable Diffusion 1.5 including:
|
|
70 |
* Real-ESRGAN upscaling
|
71 |
* Optional tiny autoencoder
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
## Usage
|
74 |
|
75 |
-
See [`
|
76 |
|
77 |
## Installation
|
78 |
|
|
|
59 |
|
60 |
# diffusion
|
61 |
|
62 |
+
Gradio app for Stable Diffusion 1.5 featuring:
|
63 |
* txt2img and img2img pipelines with IP-Adapter
|
64 |
+
* Curated models, LoRAs, and TI embeddings
|
65 |
* 100+ styles from sdxl_prompt_styler
|
66 |
* 150+ prompts from StableStudio
|
67 |
* Compel prompt weighting
|
|
|
70 |
* Real-ESRGAN upscaling
|
71 |
* Optional tiny autoencoder
|
72 |
|
73 |
+
There's also a [CLI](https://huggingface.co/spaces/adamelliotfields/diffusion/blob/main/cli.py). SDXL and Flux coming very soon! 🤩
|
74 |
+
|
75 |
+
## Motivation
|
76 |
+
|
77 |
+
I want to:
|
78 |
+
|
79 |
+
* host a free and easy-to-use Stable Diffusion UI on ZeroGPU
|
80 |
+
* provide the necessary tools for common workflows
|
81 |
+
* curate useful models, adapters, and embeddings
|
82 |
+
* prefer Diffusers over custom PyTorch
|
83 |
+
* be fast on 8GB with no offloading
|
84 |
+
* only support CUDA on Linux/WSL
|
85 |
+
|
86 |
## Usage
|
87 |
|
88 |
+
See [`DOCS.md`](https://huggingface.co/spaces/adamelliotfields/diffusion/blob/main/DOCS.md).
|
89 |
|
90 |
## Installation
|
91 |
|