Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NilEneb
/
stable-diffusion-webui-forge
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad93086
stable-diffusion-webui-forge
/
package.json
NilEneb
Upload folder using huggingface_hub
ad93086
verified
about 1 month 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 ."
}
}