Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TMElyralab
/
lyraSD
like
27
Follow
Tencent Music Entertainment Lyra Lab
43
English
art
Stable Diffusion
License:
creativeml-openrail-m
Model card
Files
Files and versions
Community
3
3308ae3
lyraSD
/
lyrasd_model
/
module
/
lyra_tool.py
yibolu
update pipeline and demos
6eca12e
8 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
import
yaml
def
load_yaml
(
cfg_path
):
with
open
(cfg_path,
'r'
, encoding=
'utf-8'
)
as
f:
return
yaml.safe_load(f)