English
art
Stable Diffusion
lyraSD / lyrasd_model /module /lyra_tool.py
yibolu
update pipeline and demos
6eca12e
raw
history blame
123 Bytes
import yaml
def load_yaml(cfg_path):
with open(cfg_path, 'r', encoding='utf-8') as f:
return yaml.safe_load(f)