Wan2GP

#10
by alienmafio - opened

Hey TenStrip, any likelyhood of this being available on Wan2GP?

alienmafio changed discussion status to closed
alienmafio changed discussion status to open

I'm still not familiar with Wan2GP. Someone had integrated Eros beta I think, it'd have to be from someone who knows what to do with it. I'm still working on solving core LTX model issues with workflow inside comfyui.

it works, you need to make a finetune for it (in wgp context a finetune is a .json file that makes the program know the model is there), join wgp discord and ask for one and someone might sshare it (i could to if i'm on)

Why, what exact achievement it will provide there? With "Dynamic VRAM" in Comfy i was able to run a 76Gb original pure full diffuser of Kandinsky 5 Pro video model on just 16Gb RTX 4070, tested (with xformers 50 step generation of ultra quality takes 40 minutes, without xformers 2+ hours). Of course i had 128Gb system Ram. Comfy works like unified memory on Macs but for all OS systems architectures.

Here:

That is the finetune I created. It is not optimised or anything. But it works right away. You should use this lore with 0.5;0.5

https://huggingface.co/SulphurAI/Sulphur-2-base/resolve/main/distill_loras/ltx-2.3-22b-distilled-lora-1.1_fro90_ceil72_condsafe.safetensors

{
"model": {
"name": "LTX-2 2.3 10Eros_v1-fp8mixed_learned",
"architecture": "ltx2_22B",
"description": "LTX-2.3 distilled 1.0 checkpoint (22B) with faster generation. Please note Ic Loras Union (for Pose/Depth/Edges) and Outpainting are automatically added when needed. You can override their lora multipliers per phase by adding manually the corresponding lora.",
"URLs": [
"https://huggingface.co/TenStrip/LTX2.3-10Eros/resolve/main/10Eros_v1-fp8mixed_learned.safetensors"
],
"preload_URLs": [
"https://huggingface.co/DeepBeepMeep/LTX-2/resolve/main/id-lora-celebvhq-ltx2.3.safetensors|%lora_dir"
]
},
"prompt": "A warm sunny backyard. The camera starts in a tight cinematic close-up of a woman and a man in their 30s, facing each other with serious expressions. The woman, emotional and dramatic, says softly, "That's it... Dad's lost it. And we've lost Dad."The man exhales, slightly annoyed: "Stop being so dramatic, Jess."A beat. He glances aside, then mutters defensively, "He's just having fun."The camera slowly pans right, revealing the grandfather in the garden wearing enormous butterfly wings, waving his arms in the air like he's trying to take off.He shouts, "Wheeeew!" as he flaps his wings with full commitment.The woman covers her face, on the verge of tears. The tone is deadpan, absurd, and quietly tragic.",
"num_inference_steps": 8,
"video_length": 241,
"resolution": "1280x720",
"sample_solver": "euler",
"guidance_scale": 3.0,
"audio_guidance_scale": 7.0,
"alt_guidance_scale": 3.0,
"alt_scale": 0.7,
"perturbation_switch": 2,
"perturbation_layers": [28],
"perturbation_start_perc": 0,
"perturbation_end_perc": 100,
"apg_switch": 0,
"cfg_star_switch": 0
}

Sign up or log in to comment