mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-04-24 15:06:17 +00:00
pipeline_t2m
This commit is contained in:
@@ -22,21 +22,17 @@ pipe = AceStepPipeline.from_pretrained(
|
|||||||
),
|
),
|
||||||
ModelConfig(
|
ModelConfig(
|
||||||
model_id="ACE-Step/Ace-Step1.5",
|
model_id="ACE-Step/Ace-Step1.5",
|
||||||
origin_file_pattern="acestep-v15-turbo/model.safetensors"
|
origin_file_pattern="Qwen3-Embedding-0.6B/model.safetensors"
|
||||||
),
|
),
|
||||||
ModelConfig(
|
ModelConfig(
|
||||||
model_id="ACE-Step/Ace-Step1.5",
|
model_id="ACE-Step/Ace-Step1.5",
|
||||||
origin_file_pattern="Qwen3-Embedding-0.6B/model.safetensors"
|
origin_file_pattern="vae/diffusion_pytorch_model.safetensors"
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
tokenizer_config=ModelConfig(
|
text_tokenizer_config=ModelConfig(
|
||||||
model_id="ACE-Step/Ace-Step1.5",
|
model_id="ACE-Step/Ace-Step1.5",
|
||||||
origin_file_pattern="Qwen3-Embedding-0.6B/"
|
origin_file_pattern="Qwen3-Embedding-0.6B/"
|
||||||
),
|
),
|
||||||
vae_config=ModelConfig(
|
|
||||||
model_id="ACE-Step/Ace-Step1.5",
|
|
||||||
origin_file_pattern="vae/"
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
prompt = "An explosive, high-energy pop-rock track with a strong anime theme song feel. The song kicks off with a catchy, synthesized brass fanfare over a driving rock beat with punchy drums and a solid bassline."
|
prompt = "An explosive, high-energy pop-rock track with a strong anime theme song feel. The song kicks off with a catchy, synthesized brass fanfare over a driving rock beat with punchy drums and a solid bassline."
|
||||||
|
|||||||
Reference in New Issue
Block a user