Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
camenduru-com/webui
SolenopsisCampo
/
Automatic1111_Stable_Diffusion
like
2
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/3
Automatic1111_Stable_Diffusion
/
package.json
PonyC
Upload 25 files
0f5f364
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 ."
}
}