dbirks commited on
Commit
48ebbec
1 Parent(s): 51f71ac

Update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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
- NODE_ENV="development" npm run dev -- --open
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
  ```