Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
Real-Time-Latent-Consistency-Model
like
629
Runtime error
App
Files
Files
Community
13
3207814
Real-Time-Latent-Consistency-Model
/
frontend
/
src
/
lib
/
store.ts
radames
queue
3207814
about 1 year ago
raw
Copy download link
history
blame
125 Bytes
import
{ writable,
type
Writable
}
from
'svelte/store'
;
export
const
pipelineValues =
writable
({}
as
Record
<
string
,
any
>);