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
7b641e8
Ooga
/
package.json
toto10
13f5d210b8c95ad6b63872633d84859a0a6d9a4258ae3d0e1976b3e737b46fea
e9c770e
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 ."
}
}