开发基于视频素材生成视频的webui功能

This commit is contained in:
puke
2025-12-04 15:23:13 +08:00
parent 5c52696e6f
commit 007a39c03a
6 changed files with 172 additions and 79 deletions

View File

@@ -1,41 +1,4 @@
{
"3": {
"inputs": {
"model": "microsoft/Florence-2-large",
"precision": "fp16",
"attention": "sdpa",
"convert_to_safetensors": false
},
"class_type": "DownloadAndLoadFlorence2Model",
"_meta": {
"title": "DownloadAndLoadFlorence2Model"
}
},
"4": {
"inputs": {
"text_input": "",
"task": "more_detailed_caption",
"fill_mask": true,
"keep_model_loaded": false,
"max_new_tokens": 1024,
"num_beams": 3,
"do_sample": true,
"output_mask_select": "",
"seed": 853848678279928,
"image": [
"5",
0
],
"florence2_model": [
"3",
0
]
},
"class_type": "Florence2Run",
"_meta": {
"title": "Florence2Run"
}
},
"5": {
"inputs": {
"image": "06.JPG"
@@ -47,15 +10,34 @@
},
"6": {
"inputs": {
"text": "The image shows a white cat sitting on a black and white striped stool against a white wall. The cat is wearing a blue knitted sweater and is looking directly at the camera with a curious expression. Its ears are perked up and its eyes are wide open, giving it an alert and inquisitive look. The background is plain white, making the cat the focal point of the image.",
"anything": [
"4",
2
"7",
0
]
},
"class_type": "easy showAnything",
"_meta": {
"title": "Show Any"
}
},
"7": {
"inputs": {
"model_name": "Qwen3-VL-8B-Instruct",
"quantization": "None (FP16)",
"attention_mode": "auto",
"preset_prompt": "🖼️ Detailed Description",
"custom_prompt": "",
"max_tokens": 512,
"keep_model_loaded": true,
"seed": 1,
"image": [
"5",
0
]
},
"class_type": "AILab_QwenVL",
"_meta": {
"title": "QwenVL"
}
}
}