flux kontext

This commit is contained in:
DeepBeepMeep
2025-07-13 04:24:55 +02:00
parent 597d26b7e0
commit eb92f0c11c
61 changed files with 5226 additions and 339 deletions

12
defaults/hunyuan_i2v.json Normal file
View File

@@ -0,0 +1,12 @@
{
"model":
{
"name": "Hunyuan Video image2video 720p 13B",
"architecture" : "hunyuan_i2v",
"description": "A good looking image 2 video model, but not so good in prompt adherence.",
"URLs": [
"https://huggingface.co/DeepBeepMeep/HunyuanVideo/resolve/main/hunyuan_video_i2v_720_bf16v2.safetensors",
"https://huggingface.co/DeepBeepMeep/HunyuanVideo/resolve/main/hunyuan_video_i2v_720_quanto_int8v2.safetensors"
]
}
}