Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LennyHood
/
SimianLuo-LCM_Dreamshaper_v7
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
057d204
SimianLuo-LCM_Dreamshaper_v7
/
app.py
LennyHood
Update app.py
5c8de4d
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
205 Bytes
import
gradio
as
gr
model = gr.load(
"models/SimianLuo/LCM_Dreamshaper_v7"
)
model.launch({
"prompt"
:
'cat'
},
{
"num_inference_steps"
:
4
},
{
"guidance_scale"
:
8
},
{
"seed"
:
1352323
})