diffuse-the-rest / README.md
dbirks's picture
Update readme
48ebbec verified
|
raw
history blame
394 Bytes
---
title: Diffuse The Rest
emoji: 🦉
colorFrom: indigo
colorTo: green
sdk: static
pinned: false
app_file: build/index.html
---
# Diffuse The Rest
A fork of [huggingface's diffuse-the-rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest), with the major tweaks being:
- add the ability to change the strength setting
To develop locally:
```
npm ci
npm run dev
```