MCPcopy Create free account
hub / github.com/ace-step/ACE-Step / sample_data

Function sample_data

acestep/ui/components.py:894–896  ·  view source on GitHub ↗
(lora_name_or_path_)

Source from the content-addressed store, hash-verified

892 )
893
894 def sample_data(lora_name_or_path_):
895 json_data = sample_data_func(lora_name_or_path_)
896 return json2output(json_data)
897
898 sample_bnt.click(
899 sample_data,

Callers

nothing calls this directly

Calls 1

json2outputFunction · 0.85

Tested by

no test coverage detected