Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-Latent-Consistency-Model
latent-consistency
/
Real-Time-LCM-ControlNet-Lora-SD1.5
like
61
Runtime error
App
Files
Files
Community
3
be97094
Real-Time-LCM-ControlNet-Lora-SD1.5
/
frontend
/
tailwind.config.js
radames
new base
cb92d2b
12 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
/**
@type
{
import('tailwindcss').Config
} */
export
default
{
content
: [
'./src/**/*.{html,js,svelte,ts}'
],
theme
: {
extend
: {}
},
plugins
: []
};