Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Illumotion
/
webui
like
0
Runtime error
App
Files
Files
Community
a85d9f7
webui
/
package.json
Illumotion
Upload folder using huggingface_hub
37e244b
over 1 year ago
raw
Copy download link
history
blame
Safe
185 Bytes
{
"name"
:
"stable-diffusion-webui"
,
"version"
:
"0.0.0"
,
"devDependencies"
:
{
"eslint"
:
"^8.40.0"
}
,
"scripts"
:
{
"lint"
:
"eslint ."
,
"fix"
:
"eslint --fix ."
}
}