Spaces:
Running
Running
Update readme
Browse files
README.md
CHANGED
@@ -10,11 +10,13 @@ app_file: build/index.html
|
|
10 |
|
11 |
# Diffuse The Rest
|
12 |
|
|
|
|
|
|
|
|
|
13 |
To develop locally:
|
14 |
|
15 |
```
|
16 |
-
git clone https://huggingface.co/spaces/dbirks/diffuse-the-rest
|
17 |
-
cd diffuse-the-rest
|
18 |
npm ci
|
19 |
-
|
20 |
```
|
|
|
10 |
|
11 |
# Diffuse The Rest
|
12 |
|
13 |
+
A fork of [huggingface's diffuse-the-rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest), with the major tweaks being:
|
14 |
+
|
15 |
+
- add the ability to change the strength setting
|
16 |
+
|
17 |
To develop locally:
|
18 |
|
19 |
```
|
|
|
|
|
20 |
npm ci
|
21 |
+
npm run dev
|
22 |
```
|