Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
toto10
/
Ooga
like
0
Transformers
Inference Endpoints
arxiv:
2211.06679
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
main
Ooga
/
package.json
toto10
Upload folder using huggingface_hub (
#1
)
6434f59
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
185 Bytes
{
"name"
:
"stable-diffusion-webui"
,
"version"
:
"0.0.0"
,
"devDependencies"
:
{
"eslint"
:
"^8.40.0"
}
,
"scripts"
:
{
"lint"
:
"eslint ."
,
"fix"
:
"eslint --fix ."
}
}