ComfyUI Workflows
Browse real AI workflows from Flux, SDXL, Pony, ControlNet, video generation and commercial AI creators.
Wan VACE Clip Extender
ComfyUI Wan VACE Video ExtenderGithubThis workflow uses Wan VACE to generate new frames from a specified point in a video.What it DoesThis is a lightweight, (almost) no custom nodes ComfyUI workflow meant to quickly extend a video with Wan VACE and a minimum of fuss. Just load your video, specify the extend start point and the number of new frames to generate.DependenciesMy ComfyUI-Wan-VACE-Prep custom node package is required for this workflow. It replaces a large amount of awkward spaghetti workflow math, making this lightweight workflow version possible.In ComfyUI Manager, search for Wan VACE Prep or just load the workflow and then visit the Missing tab in Manager.This is a very lightweight package with no dependencies, so it is highly unlikely to break your system, if that is something you worry about.I have not tested this workflow or the custom nodes under the Nodes 2.0 UI.Configuration and ModelsYou'll need some combination of these models to run the workflow. As already mentioned, this workflow will not run properly on your system until you configure it properly. You probably already have a Wan video generation workflow that runs well on your system. You need to configure this workflow similarly to your generation workflow. The Sampler subgraph contains KSampler nodes and model loading nodes. Have your way with these until it feels right to you. Enable the sageattention and torch compile nodes if you know your system supports them. Just make sure all the subgraph inputs and outputs are correctly getting and setting data, and crucially, that the diffusion model you load is one of Wan2.2 Fun VACE or Wan2.1 VACE. GGUFs work fine, but non-VACE models do not.Wan 2.2 Fun VACEbf16 and fp8GGUFWan 2.1 VACEfp16GGUFKijai’s extracted Fun Vace 2.2 modules, for loading along with standard T2V models. Native use examples here.bf16GGUFTroubleshootingThe size of tensor a must match the size of tensor b at non-singleton dimension 1 - Check that both dimensions of your input videos are divisible by 16 and change this if they're not. Fun fact: 1080 is not divisible by 16!Brightness/color shift - VACE can sometimes affect the brightness or saturation of the clips it generates. I don't know how to avoid this tendency, I think it's baked into the model, unfortunately. Disabling lightx2v speed loras can help, as can making sure you use the exact same lora(s) and strength in this workflow that you used when generating your clips. Some people have reported success using a color match node before output of the clips in this workflow. I think specific solutions vary by case, though. The most consistent mitigation I have found is to interpolate framerate up to 30 or 60 fps after using this workflow. The interpolation decreases how perceptible the color shift is. The shift is still there, but it's spread out over 60 frames instead over 16, so it doesn't look like a sudden change to our eyes any more.Regarding Framerate - The Wan models are trained at 16 fps, so if your input videos are at some higher rate, you may get sub-optimal results. At the very least, you'll need to increase the number of context and replace frames by whatever factor your framerate is greater than 16 fps in order to achieve the same effect with VACE. I suggest forcing your inputs down to 16 fps for processing with this workflow, then re-interpolating back up to your desired framerate.If you can't make the workflow work, update ComfyUI and try again. If you're not willing to update ComfyUI, I can't help you. We have to be working from the same starting point.Feel free to open an issue on github. This is the most direct way to engage me. If you want a head start, paste your complete console log from a failed run into your issue.Changelogv1.0.0 Initial release.
【WAN2.1】TXT to VIDEO
✨ WAN2.1 — Text to video — Simple WorkflowA clean, all-in-one WAN text-to-video workflow built entirely with the UmeAiRT Toolkit for ComfyUI.Only 12 nodes. No spaghetti wires. Just load your model, write your prompt, and hit generate.⚠️ IMPORTANT — Nodes 2.0 RequiredThis workflow is built for the Nodes 2.0 (Vue) interface of ComfyUI. If you don't enable it, the workflow may have display problems.How to activate Nodes 2.0:Open ComfyUIGo to Settings (⚙️ icon, bottom-left)Find "Use Nodes V2 (Vue)" and toggle it ONRefresh the pageLoad the workflowIf you prefer the classic interface, check out my Legacy version of this workflow instead (link).🎯 FeaturesText-to-Image generationAutomatic download of models in auto versionBuilt-in SeedVR2 upscaler — high-quality tiled upscaling (toggleable on/off) Slower than a classic upscaler, but significantly better qualityFull metadata embedding — your images are saved with all generation parameters, ready for online publishing and remixing3 LoRA slots — with individual on/off toggles and strength control and you can connect as many other lora modules to each other for as many LoRA as you want.📦 Custom Node RequiredOnly one custom node to install:👉 ComfyUI-UmeAiRT-ToolkitInstall via ComfyUI Manager (search "UmeAiRT") or use the UmeAiRT Auto-Installer.The Toolkit packages everything internally — upscaler, face detailer, metadata saver. No other custom nodes needed.📂 Files you need (in manual version)For base versionT2V Model: fp16, fp8In models/diffusion_modelsFor GGUF versionT2V Quant Model: Q8, Q5, Q3In models/diffusion_modelsCommon files :CLIP: umt5_xxl_fp8_e4m3fn_scaled.safetensorsin models/clipVAE: wan_2.1_vae.safetensorsin models/vaeSpeed LoRA: lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensorsin models/lorasANY upscale model:Realistic : RealESRGAN_x4plus.pthAnime : RealESRGAN_x4plus_anime_6B.pthin models/upscale_models
【WAN2.1】StartEndFrames
✨ WAN2.1 — StartEndFrames — Simple WorkflowA clean, all-in-one WAN image-to-video workflow built entirely with the UmeAiRT Toolkit for ComfyUI.Only 12 nodes. No spaghetti wires. Just load your model, write your prompt, and hit generate.⚠️ IMPORTANT — Nodes 2.0 RequiredThis workflow is built for the Nodes 2.0 (Vue) interface of ComfyUI. If you don't enable it, the workflow may have display problems.How to activate Nodes 2.0:Open ComfyUIGo to Settings (⚙️ icon, bottom-left)Find "Use Nodes V2 (Vue)" and toggle it ONRefresh the pageLoad the workflowIf you prefer the classic interface, check out my Legacy version of this workflow instead (link).🎯 FeaturesText-to-video generationAutomatic download of models in auto versionBuilt-in SeedVR2 upscaler — high-quality tiled upscaling (toggleable on/off) Slower than a classic upscaler, but significantly better qualityFull metadata embedding — your images are saved with all generation parameters, ready for online publishing and remixing3 LoRA slots — with individual on/off toggles and strength control and you can connect as many other lora modules to each other for as many LoRA as you want.📦 Custom Node RequiredOnly one custom node to install:👉 ComfyUI-UmeAiRT-ToolkitInstall via ComfyUI Manager (search "UmeAiRT") or use the UmeAiRT Auto-Installer.The Toolkit packages everything internally — upscaler, face detailer, metadata saver. No other custom nodes needed.📂 Files you need (in manual version)Recommendation :>24 gb Vram: base or Q8_016 gb Vram: Q5_K_S<12 gb Vram: Q4_K_SFor base versionVACE Model: wan2.1_vace_14B_fp8_e4m3fn.safetensors or wan2.1_vace_1.3B_fp16.safetensorsIn models/diffusion_modelsCLIP: umt5_xxl_fp8_e4m3fn_scaled.safetensorsin models/clipFor GGUF versionVACE Quant Model: Wan2.1-VACE-14B-QX_0.ggufIn models/diffusion_modelsQuant CLIP: umt5-xxl-encoder-QX.ggufin models/clipVAE: wan_2.1_vae.safetensorsin models/vaeANY upscale model (depreciated):Realistic : RealESRGAN_x4plus.pthAnime : RealESRGAN_x4plus_anime_6B.pthin models/upscale_models
VACE SkyReels V3 R2V Merge Skeleton-Guided Video Workflow
This workflow is designed for VACE + SkyReels V3 R2V Merge skeleton-guided video generation. Its main purpose is to take a reference character or source image, combine it with a motion / pose-guidance video, and generate a new video where the subject follows the skeleton-driven movement while preserving a stronger visual identity and cinematic style. It is especially useful for creators who want more controlled character motion instead of relying only on text prompts or random video generation.The workflow uses a video-loading and motion-reference structure. VHS_LoadVideo imports the guide video, extracts frames, reads video information such as width, height, frame count, and audio, then passes this information into the generation and output stages. This is important because skeleton-guided video workflows need the generated result to follow the timing and motion structure of the input video. The workflow also keeps audio routing available, so the final exported video can preserve the source audio when needed.On the visual side, the workflow uses reference images and image resizing nodes to prepare the character or visual identity before generation. ImageResizeKJv2 and ImageResize+ help align the reference image and guide-video dimensions, making the input more compatible with the video generation route. The workflow also uses image batching and comparison layouts, allowing users to check reference images, generated frames, and side-by-side outputs more clearly.The generation route is built around a VACE / SkyReels-style video pipeline with Wan-family components. It uses UMT5-style text encoding, Wan VAE decoding, positive and negative prompt conditioning, KSampler generation, VAEDecode, and VHS_VideoCombine for final MP4 output. The positive prompt controls the subject, scene, style, and action direction, while the negative prompt helps suppress common video artifacts such as broken limbs, unstable anatomy, flicker, low quality, or inconsistent motion.The key value of this workflow is skeleton-driven motion transfer. Instead of asking the model to invent an action from text alone, the workflow uses the guide video as a motion structure. This makes it more suitable for dance videos, martial arts motion, character performance, action clips, stylized animation, AI influencer videos, cosplay transformation, game-character motion tests, and cinematic short-form content. The user can keep a character concept or visual reference while borrowing movement from another video.The workflow also includes comparison output logic. This is useful for presentation because users can view the original guide, the generated result, and reference materials together. For Civitai or RunningHub publishing, this makes the workflow easier to understand: users can immediately see how the skeleton or motion reference affects the final video.In short, this workflow is not just a normal image-to-video tool. It is a controlled motion-guided video pipeline that combines reference identity, guide-video motion, VACE / SkyReels generation, prompt conditioning, and final video export. If you want to see how the motion guide is loaded, how the reference image is prepared, and how the final skeleton-guided video is generated, watch the full tutorial from the YouTube link above.⚙️ Try the Workflow Online👉 Workflow: https://www.runninghub.ai/post/2025493219651362817?inviteCode=rh-v1111Open the link above to run the workflow directly online and view the generation results in real time.If the results meet your expectations, you can also deploy it locally for further customization.🎁 Fan Benefits: Register now to get 1000 points, plus 100 daily login points — enjoy 4090-level performance and 48 GB of powerful compute!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you are in Mainland China or the Asia-Pacific region, you can watch the video below for workflow demos and a detailed creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1zTfABHEkr/I will continue updating model resources on Quark Drive:👉 https://pan.quark.cn/s/20c6f6f8d87bThese resources are mainly prepared for local users, making creation and learning more convenient.⚙️ 在线体验工作流👉 工作流: https://www.runninghub.ai/post/2025493219651362817?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1zTfABHEkr/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Wan Vace 2.1 Flow Archive
This is an archive of my vace flows, most are over a year old. It will take time for me to get them all in working order for release but this is where they will end up.Archive Flow 1simplified wan 2.1 vaceThis workflow was designed to simplify video to video copies with wan 2.1 vaceThis shows a few tricks many may not knowArchive Flow 2 (every single video i released for vace 2.1 used this flow to fix faces)This can fix any faces, from any video, not just vace.Face fixing and enhance flowThis was a tutorial flow i made long ago to show how to fix ai mush faces with vace.Vace face fixing is not as hard as many think and can be done with 1.3b model and bbox masks. Its the best face fixing still to this day for videos. even with 1.3b.there is one main trick in this flow you will find that enables near perfect face fixing that i dont know anyone else that uses.This crops the face and does not process the whole videoThis has extend abilities to do the vace flows batches or to break larger videos into batches to process.I cleaned it up and replaced many nodes that were outdatedNotes should explain It was a tutorial flow.Archive Flow 3 Full vaceVace work flow.This is the main flow i used for over a year. I cleaned it up A LOT. I delt with a mess here for a long time LOL. This can do any of the videos i have done. But you will need to learn it. I spent over a year learning and this flow is about as strait forward as i get when showing you how its done. I tried automating many things but each video i made needed me to adjust. It needed me to direct it. And it took a lot of time to do.This is not my most advanced flow for vace as it does not include inpaint but i never used inpainting. I make new videos not change them. I used this more than any other flow.I dont know if this is worth the time for many. LTX can do some crazy stuff very fast. This takes time. This can still do more than LTX when it comes to action and i think thats where people will get use of this. I cant replicate what i did here with LTX or any other local model, what i do with LTX is very different.I will answer any questions in the comments if you have them. I probably dont explain things well enough.If anything is wrong, errors. Post and i will see to fix them.I am including a few copies i made of videos. I cant share real videos on civitai.These copies are some of my best. They can be copied themselves.Good luck everyone.
Vace video copy
This was my attempt to do the opposite of what i normally do. I nomally GIVE options, many options.. and those options confuse people. I noticed most dont want to be a AI video artist. They want a simple way to make the video they want and dont want to play with options that they dont fully understand. I get it, its not me... but i get it. I have lived inside comfy every day for 3+ years and sometimes forget not everyone wants to understand it all like me.https://civitai.red/models/2570937/wan-vace-21-flow-archiveThis takes any choice that you can make and does what i would do for 80% of videos without asking you.There are still options but as few as i could, i decided for you for many of the things that would normally be a choice.This means it will make your video, or it wont... if it wont you have very few options you can play with to get it working.This will fail hard on flips. upside down is VERY HARD and usually requires a custom depth map to follow properly.This will also fail hard on backgrounds with too many strait lines. you will know it when you see it, as it combines the pidnet control with the video making seriously werid results. Increasing the res of the control can help with this but if this happens its the video and probably wont copyI dont think this copies actual porn. I tried at one point and it becomes a mess, porn is best done with loras i think and i also think wan 2.2 image to vid works best for this purpose.Contrast shifting of batches is a vace thing. Its there and not going away trust me i have tried everything. LCM and eular a tend to the least but its still there, color matching only works sometimes, and the strength of the distilled lora and rank effect this. The main problem is static backgrounds. They get worse over time as vace just cant leave well enough alone and tries to "enhance" the background each batch making them darker as it goes. I found no way around this even with complex masking controls. Moving backgrounds can solve this even just small movements like a shaky cam wont drift nearly as much. Lowering the distilled lora strength for second batch can help but there is no real rules here each video acts differently.This has little memory of previous batches. The problem many dont see is when camera moves or the subject covers a background object for the guide frames... it wont know what was behind them. the new batch will generate something different because it has no idea what the previous batch had there. No getting around this one in this flow as its a big option that needs the full vace flow to work properly. And yes that means inserting frames memories(single frame with info needed) into vace can be done at the start of the guide frames allowing it to remember things it never could before for consistancy across batches. This is something i did not start doing until very late because it was never something i noticed until i started doing much more complex motions.That being said... this still does most things that the others do, it just asks you very few questions and just does it.most small videos should work. Dancing, skipping, weightlifting, workouts, etc barring the backgrounds being too busy.Because i cant share real people videos understandablyI am giving you an image and video of my ai muse to test and copy, dont fuck with her. I worked hard on her image as sexy but not nsfw. Its the only thing i will fight someone on. Get your own muse please.The example uses frame count of 93 with 8 guide frames. the last batch(4) the guide frames change to 7.All batches that come out should merge with the previous one without much issues or be loaded into my face fixing flow.
Face deformation workflow
Wan Move and Wan Vace two passes workflowA workflow for rendering deformed faces in a two stage rendering pipeline with a intermediate pass of rendering InputsPass 1- Input frame- Height- Width- Frames (need to be 4n+1) (ie 33, 65, 81)- prompt 1: simple prompt for text generation, note that it's not that useful.Once you render this frame you need a second pass of a mask to rerender the region of the image that doesn't fitPass 2- Pass 2 Mask : video of the first input with a zonning mask in medium grayscale (127, 127, 127) of the zone you want to rerender. No gaussian blur, sharp mask. - Compare frame : just a frame you want to compare between the input and the generated mask on the workflow. If they don't matches, the result may be broken.- prompt 2 : simple prompt for text generation, note that it's not that useful.Workflow- Load your image and input parametter- change width, height, prompt and frames count- disable 01_Pass 2- execute the node next to the spline editor to start the editor with your reference image as background.- click New Canvas to clean the spline.- Right click Add new spline and ajust according to your reference image.- Right click Add new single point to add an part of the image that will not move- run the workflow- look at the output in > deformation/temp- Create a mask in medium grayscale (127, 127, 127) of the zone you want to rerender. No gaussian blur, sharp mask.- Load the video in Pass 2 Mask and adjust the prompt- disable 00_Pass 1 and enable 01_Pass 2- run the workflow
WAN VACE Clip Joiner - Smooth AI video transitions for Wan, LTX-2, Hunyuan, and any other video source
Github | CivitaiNew feature: seamless loopingComfyUI Frontend Compatibility NoticeAffected versions: ComfyUI_frontend 1.40.x – 1.42.9 (known good: <= 1.39.19 or >= 1.42.10)Recent ComfyUI frontend updates have introduced significant issues with subgraph functionality that affect this workflow.If you are affected, this message appears in your ComfyUI console right after you start a workflow run:Failed to validate prompt for output 499: * ColorMatch 587:586: - Required input is missing: image_target * Basic data handling: IfElse 598: - Required input is missing: if_falseThe workflow may appear to run correctly, but only parts of it will actually produce output. It won't finish with a properly joined video.If you see this warning and the workflow isn't running as expected, downgrade your ComfyUI frontend to 1.39.19 or upgrade to 1.42.10, and reload a fresh copy of the workflow.What it DoesPoint this workflow at a directory of clips and it will automatically stitch them together. It's designed to work well with a few clips or dozens. At each transition, Wan VACE generates new frames guided by context on both sides, replacing the seam with motion that flows naturally between the clips. Noisy or artifacted frames at clip boundaries get replaced in the same pass. How many context frames and generated frames are used is configurable.The workflow runs with either Wan 2.1 VACE or Wan 2.2 Fun VACE. Input clips can come from anywhere - Wan, LTX-2, phone footage, stock video, whatever you have.If you want the result to loop cleanly, there's a toggle for that.UsagePut your input clips in their own directory, named so they sort in the order you want them joined.Configure the workflow parameters. The notes in the workflow have full details on each one.Set the index to 0.Queue the workflow. You need to queue it once per transition. That's N-1 times for N clips, or N times if looping is enabled.SetupThis is not a ready to run workflow. You need to configure it to fit your system.What runs well on my system will not necessarily run well on yours. Configure this workflow to use a VACE model of the same type that you use in your standard Wan workflow. Detailed configuration and usage instructions can be found in the workflow. Please read carefully.DependenciesI've used native nodes and tried to keep the custom node dependencies to a minimum. The following packages are required. All of them are installable through the Manager.ComfyUI-Wan-VACE-Prep v1.0.12 or higherComfyUI-KJNodesComfyUI-VideoHelperSuiteComfyUI-mxToolkitBasic data handlingNote: I have not tested this workflow under the new Nodes 2.0 UI.Configuration and ModelsYou'll need some combination of these models to run the workflow. As already mentioned, this workflow will not run properly on your system until you configure it properly. You probably already have a Wan video generation workflow that runs well on your system. You need to configure this workflow similarly to your generation workflow.Wan 2.2 Fun VACEbf16 and fp8GGUFWan 2.1 VACEfp16GGUFKijai’s extracted Fun Vace 2.2 modules, for loading along with standard T2V models. Native use examples here.bf16GGUFThe Sampler subgraph contains KSampler nodes and model loading nodes. Inference is isolated in subgraphs, so it should be easy to modify this workflow for your preferred setup. Replace the provided sampler subgraph with one that implements your setup, then plug it into the workflow. Have your way with these until it feels right to you.Just make sure all the subgraph inputs and outputs are correctly getting and setting data, and crucially, that the diffusion model you load is one of Wan2.2 Fun VACE or Wan2.1 VACE. GGUFs work fine, but non-VACE models do not. An example alternate sampler subgraph for VACE 2.1 is included.Enable sageattention and torch compile if you know your system supports them.TroubleshootingThe size of tensor a must match the size of tensor b at non-singleton dimension 1 - Check that both dimensions of your input videos are divisible by 16 and change this if they're not. Fun fact: 1080 is not divisible by 16!Brightness/color shift - VACE can sometimes affect the brightness or saturation of the clips it generates. I don't know how to avoid this tendency, I think it's baked into the model, unfortunately. Disabling lightx2v speed loras can help, as can making sure you use the exact same lora(s) and strength in this workflow that you used when generating your clips. Some people have reported success using a color match node before output of the clips in this workflow. I think specific solutions vary by case, though. The most consistent mitigation I have found is to interpolate framerate up to 30 or 60 fps after using this workflow. The interpolation decreases how perceptible the color shift is. The shift is still there, but it's spread out over 60 frames instead over 16, so it doesn't look like a sudden change to our eyes any more.Regarding Framerate - The Wan models are trained at 16 fps, so if your input videos are at some higher rate, you may get sub-optimal results. At the very least, you'll need to increase the number of context and replace frames by whatever factor your framerate is greater than 16 fps in order to achieve the same effect with VACE. I suggest forcing your inputs down to 16 fps for processing with this workflow, then re-interpolating back up to your desired framerate.IndexError: list index out of range - Your input video may be too small for the parameters you have specified. The minimum size for a video will be (context_frames + replace_frames) * 2 + 1. Confirm that all of your input videos have at least this minimum number of frames.If you can't make the workflow work, update ComfyUI and try again. If you're not willing to update ComfyUI, I can't help you. We have to be working from the same starting point.Feel free to open an issue on github. This is the most direct way to engage me. If you want a head start, paste your complete console log from a failed run into your issue.Changelogv2.5Seamless Loops - Enable the Make Loop toggle and the workflow will generate a smooth transition between your final input video and the first one, allowing the video to be played on a loop.Much lower RAM usage during final assembly - Enabled by default, VideoHelperSuite's Meta Batch Manager drastically reduces the amount of system RAM consumed while concatenating frames. If you were running out of RAM on the final step because you were joining hundreds or thousands of frames, that shouldn't be a problem any more. Additional details in the workflow notes.v2.4 Minor tweaks. Adjust sage attention, torch compile defaults.v2.3 This release prioritizes workflow reliability and maintainability. Core functionality remains unchanged. These changes reduce surface area for failures and improve debuggability. Stability and deterministic operation take priority over convenience features.Looping workflow discontinued – While still functional, the loop-based approach obscured workflow status and complicated targeted reruns for specific transitions. The batch workflow provides better visibility and control.Reverted to lossless fv1 intermediate files – The 16-bit PNG experiment provided no practical benefit and made addressing individual joins more cumbersome. Returning to the proven method.New custom nodes for cleaner workflows – WAN VACE Prep Batch and VACE Batch Context encapsulate operations that are awkward to express in visual nodes but straightforward in Python. Load Videos From Folder (simple) replaces the KJNodes equivalent to eliminate problematic VideoHelperSuite dependencies that fail in some environments.Enhanced console logging – Additional diagnostic output when Debug=True to aid troubleshooting.Fewer custom node dependenciesThe Lightweight Workflow has moved to its own page. Check it out if you just need to quickly join two clips without the overhead required by the full workflow.v2.2 Complexity Reduction ReleaseRemoved fancy model loader which was causing headaches for safetensors users without any gguf models installed, and vice-versa.Removed the MOE KSampler and TripleKSampler subgraphs. You can still use these samplers, but it's up to you to bring them and set them up.Custom node dependencies reduced.Un-subgraphed some functions. Sadly, this powerful and useful feature is still too unstable to distribute to users on varying versions of ComfyUI.Updated documentation.v2.1Add Prune Outputs to Video Combine nodes, preventing extra frames from being added to the outputv2.0 - Workflow redesign. Core functionality is the same, but hopefully usability is improved(Experimental) New looping workflow variant that doesn't require manual queueing and index manipulation. I am not entirely comfortable with this version and consider it experimental. The ComfyUI-Easy-Use For Loop implementation is janky and requires some extra, otherwise useless code to make it work. But it lets you run with one click! Use with caution. All VACE join features are identical between the workflows. Looping is the only difference.(Experimental) Added cross fade at VACE boundaries to mitigate brightness/color shift(Experimental) Added color match for VACE frames to mitigate brightness/color shiftSave intermediate work as 16 bit png instead of ffv1 to mitigate brightness/color shiftIntegrated video join into the main workflow. It will run automatically after the last iteration. No more need to run the join part separately.More documentationInputs and outputs are logged to the console for better progress trackingv1.2 - Minor Update 2025-Oct-13Sort the input directory list.v1.1 - Minor Update 2025-Oct-11Preserve input framerate in workflow VACE outputs. Previously, all output was forced to 16fps. Note, you must manually set the framerate in the Join & Save output.Changed default model/sampler to Wan 2.2 Fun VACE fp8/KSampler. GGUF, MoE, 2.1 are still available in the bypassed subgraphs.
AI Movie Studio 1.0
This is a fun little modular project I put together to help new to seasoned AI artists to get started making thier own movies. See release post here for technical details and notes: https://civitai.com/articles/25955/ai-movie-studio-10 Have fun and leave comments. :)
Wan VACE Clip Extender
ComfyUI Wan VACE Video ExtenderGithubThis workflow uses Wan VACE to generate new frames from a specified point in a video.What it DoesThis is a lightweight, (almost) no custom nodes ComfyUI workflow meant to quickly extend a video with Wan VACE and a minimum of fuss. Just load your video, specify the extend start point and the number of new frames to generate.DependenciesMy ComfyUI-Wan-VACE-Prep custom node package is required for this workflow. It replaces a large amount of awkward spaghetti workflow math, making this lightweight workflow version possible.In ComfyUI Manager, search for Wan VACE Prep or just load the workflow and then visit the Missing tab in Manager.This is a very lightweight package with no dependencies, so it is highly unlikely to break your system, if that is something you worry about.I have not tested this workflow or the custom nodes under the Nodes 2.0 UI.Configuration and ModelsYou'll need some combination of these models to run the workflow. As already mentioned, this workflow will not run properly on your system until you configure it properly. You probably already have a Wan video generation workflow that runs well on your system. You need to configure this workflow similarly to your generation workflow. The Sampler subgraph contains KSampler nodes and model loading nodes. Have your way with these until it feels right to you. Enable the sageattention and torch compile nodes if you know your system supports them. Just make sure all the subgraph inputs and outputs are correctly getting and setting data, and crucially, that the diffusion model you load is one of Wan2.2 Fun VACE or Wan2.1 VACE. GGUFs work fine, but non-VACE models do not.Wan 2.2 Fun VACEbf16 and fp8GGUFWan 2.1 VACEfp16GGUFKijai’s extracted Fun Vace 2.2 modules, for loading along with standard T2V models. Native use examples here.bf16GGUFTroubleshootingThe size of tensor a must match the size of tensor b at non-singleton dimension 1 - Check that both dimensions of your input videos are divisible by 16 and change this if they're not. Fun fact: 1080 is not divisible by 16!Brightness/color shift - VACE can sometimes affect the brightness or saturation of the clips it generates. I don't know how to avoid this tendency, I think it's baked into the model, unfortunately. Disabling lightx2v speed loras can help, as can making sure you use the exact same lora(s) and strength in this workflow that you used when generating your clips. Some people have reported success using a color match node before output of the clips in this workflow. I think specific solutions vary by case, though. The most consistent mitigation I have found is to interpolate framerate up to 30 or 60 fps after using this workflow. The interpolation decreases how perceptible the color shift is. The shift is still there, but it's spread out over 60 frames instead over 16, so it doesn't look like a sudden change to our eyes any more.Regarding Framerate - The Wan models are trained at 16 fps, so if your input videos are at some higher rate, you may get sub-optimal results. At the very least, you'll need to increase the number of context and replace frames by whatever factor your framerate is greater than 16 fps in order to achieve the same effect with VACE. I suggest forcing your inputs down to 16 fps for processing with this workflow, then re-interpolating back up to your desired framerate.If you can't make the workflow work, update ComfyUI and try again. If you're not willing to update ComfyUI, I can't help you. We have to be working from the same starting point.Feel free to open an issue on github. This is the most direct way to engage me. If you want a head start, paste your complete console log from a failed run into your issue.Changelogv1.0.0 Initial release.
Wan Join Clips
Update:I have had very good results with the new Lightx2v LoRA (https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank32.safetensors) when used with this workflow. You can read more about this LoRA and its origins here (https://civitai.com/models/1585622/self-forcing-causvid-accvid-lora-massive-speed-up-for-wan21-made-by-kijai). That writeup suggests a complex workflow is needed to use this new tool, but in my experience it works very well without the added nodes. To use it, you only need to do three things:Add the LoRA to the provided LoRA loader node in the Settings area.Change CFG to 1.0.Change steps to a value anywhere from 4 to 20. I've been using 10 steps and my results have been very good.Using this LoRA did not change my VRAM use at all and the video was produced MUCH faster than normal. It's so fast, it's easy to extend the transition time from 3 seconds up to 5 seconds to get a full 5 seconds of new material in the video and the result was still much faster than before.This workflow uses Wan with Vace to seamlessly join two video clips with a transition video that smoothly incorporates the motion on either side of the transition. The result is a 3-part video that runs without the jarring motion changes that you get by doing a simple "extend this video from the last frame".Important credit for this workflow goes to pftq for creating the seamless video extend workflow. That workflow was the first to show me this feature existed and gave the building blocks I used to make this version. The workflow by pftq uses Kijai's Wan Wrapper nodes, so if you prefer to work with the wrapper nodes in order to make use of all the options and add-ons, then by all means give pftq's workflow a try. This workflow uses all native ComfyUI nodes for the Wan processing.One of my goals with this workflow was to automate the process as much as possible. In order to get Vace to fill in gaps, you must first create two custom videos with masking in the correct places. This is painstaking to do without nice editing software, but the simple extension masks are something ComfyUI can accomplish with the help of a few custom nodes. This workflow is the result of that effort.The workflow looks large, but once you've made sure all your models are loading correctly and your video save paths are set the way you like, you should only need to use the three groups across the top-left. You set your beginning and ending clips, you set other values like steps and so on, then you run the workflow and check your output. All of the masking, resizing, and frame interpolation/smoothing is automated.All of the machinery is exposed and I hope it's tidy enough to follow without too many crazy node connectors, so feel free to mess with anything you like. You will find a few settings buried inside that you may want to tweak, like the Model Sampling Shift value, for example.On my machine, using the default values given here, my 16gb VRAM card can load and run this workflow without using any shared GPU memory and without block swapping. It runs at a steady 14.2gb, usually, though your mileage may vary.I hope you enjoy.
Wan Vace Extend Video
Version 3.2A new version has been released. It's not a significant update other than the color correction section has been completely disabled for the time being. I haven't been able to improve the speed of that section, so I just turned it off. Anyone doing a fresh install of this workflow should not have any trouble installing all the custom nodes. I replaced the nodes that wouldn't install correctly, so as of today (25 November 2025) everything works.Tip for users: Wan 2.2 LoRAs (low noise) work very well in Wan 2.1 workflows. Since this workflow uses Wan 2.1 Vace, it might help you to know that you can use your favorite Wan 2.2 Low Noise LoRA in this workflow.Important credit for this workflow goes to pftq for creating the seamless video extend workflow. That workflow was the first to show me this feature existed and gave the building blocks I used to make this version. The workflow by pftq uses Kijai's Wan Wrapper nodes, so if you prefer to work with the wrapper nodes in order to make use of all the options and add-ons, then by all means give pftq's workflow a try. This workflow uses all native ComfyUI nodes for the Wan processing.One of my goals with this workflow was to automate the process as much as possible. In order to get Vace to fill in gaps, you must first create two custom videos with masking in the correct places. This is painstaking to do without nice editing software, but the simple extension masks are something ComfyUI can accomplish with the help of a few custom nodes. This workflow is the result of that effort.The workflow looks large, but once you've made sure all your models are loading correctly and your video save paths are set the way you like, you should only need to use the three groups across the top-left. You set your beginning clip, you set other values like steps and so on, then you run the workflow and check your output. All of the masking, resizing, and frame interpolation/smoothing is automated.This extend video workflow is based on my earlier Wan Join Clips workflow. This simplified version is designed to extend a video using Wan with Vace starting with a beginning clip.All of the machinery is exposed in all the other groups below, so feel free to mess with anything you like. You will find a few settings buried inside that you may want to tweak, like the Model Sampling Shift value, for example.On my machine, using the default values given here, my 16gb VRAM card can load and run this workflow without using any shared GPU memory and without block swapping. It runs at a steady 14.2gb, usually, though your mileage may vary.I hope you enjoy.
LLM prompt helper (with FLUX.1 Kontext support)
New version hereStarting from version 2.0, the workflow support txt2img, img2img, Inpaint functionality and uses the built-in LLM nodehttps://github.com/AlexYez/comfyui-timesaverinstead of the external Ollama program. TS_Qwen3_Node node can describe images, translate prompts and enhance prompts.If your operating system is Windows and you can't install Qwen3_Node dependencies (don’t have a compiler installed), try to download the .whl file fromhttps://github.com/boneylizard/llama-cpp-python-cu128-gemma3/releasesthen close ComfyUI, open the python_embeded folder, type cmd in the address bar, and execute the following command..\python.exe -I -m pip install "path to downloaded.whl file"after installing you can run ComfyUi and install missing custom nodes as normal way.Edit: If .whl install fails, check your Python version and make sure that .whl was build for this version. If it is still fails, try to open .whl as archive and just extract all folders from archive to python_embeded\Lib\site-packages folder===Old versions ===============================This workflow combine power of LLM text models managed by Ollama with Flux image generation. It takes image or text as input, improve prompt or change it according to instructions.Note: To refresh LLM models list you need to reload browser window by pressing F5 key.Since 1.8 there is a blue switcher in Generate Image group to enable or disable context support.Since 1.3 you need to switch blocks on and off and manually copy prompt text between blocks.Information:First of all you need to download and install Ollama fromhttps://ollama.com/In current workfow we use 2 LLM models:Img2Img use llava for image tagging and Mistral for manipulationsCombined 1.3 use llava and phi4Txt2Img 1.2 use only phi4Txt2Img 1.1 use only MistralBefore running Comfy you need to download models:open command prompt from Ollama folder (with ollama.exe) and sayollama pull llava:7b (if you have 8-12 Vram)orollama pull llava:13b (for 16+ Vram)and wait for model download and say For img2img and Txt2Img v.1.1ollama pull mistral-smallFor Txt2Img v.1.2 and combined 1.3 useollama pull phi4After download finished start ollama app.exe, wait for tray icon, start Comfy and install missing custom nodes.If not set, select llava in Ollama Vision node and mistral in Translate and Ollama Generate Advance nodes.If you plan to give IMG2IMG instructions in other language turn on and use Translate node.TXT2IMG take as prompt any language====================For Redux IP Tools version you need to download 2 models:Clip Vision -> models\clip_visionStyle model -> models\style_models
MoCha: character replacement like Viggle
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment. Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial:https://youtu.be/OYnCPNDX-1QBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow:https://www.runninghub.ai/post/1981408974144708609/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video:https://www.bilibili.com/video/BV1nmsnzMEJi/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi:https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程:https://youtu.be/OYnCPNDX-1Q开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流:https://www.runninghub.ai/post/1981408974144708609/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频:https://www.bilibili.com/video/BV1nmsnzMEJi/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE & InfiniteTalk & StandIn Control + Reference + Voiceover + Lip Sync
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/qjK0NFz4Y4EBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1959210184050683905/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1zweJzpEBU/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/qjK0NFz4Y4E开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1959210184050683905/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1zweJzpEBU/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
StandIn Video Face Swap
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/qjK0NFz4Y4EBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1959200200009134081/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1zweJzpEBU/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/qjK0NFz4Y4E开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1959200200009134081/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1zweJzpEBU/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
StandIn Character Consistency
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/qjK0NFz4Y4EBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1959187908609650689/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1zweJzpEBU/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/qjK0NFz4Y4E开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1959187908609650689/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1zweJzpEBU/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Fantasy Portrait (Text-to-Video)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/Mqos4qlQdPsBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1958515950276526081/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1nXY9zpEJA/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/Mqos4qlQdPs开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1958515950276526081/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1nXY9zpEJA/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
NAG – Universal Negative Guidance for Diffusion Models
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/X12QfoLN37wBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1948704905335844866/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1Jnb9z6E6e/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/X12QfoLN37w开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1948704905335844866/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1Jnb9z6E6e/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
lightx2v-V2-VACE Seven Practical Experiments
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/ZpvlvZvbYbQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1945819044681576449/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV18zgPzBEep/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/ZpvlvZvbYbQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1945819044681576449/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV18zgPzBEep/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Repainting Loop - 8-Frame Overlap
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/r6oicl5FjlMBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1942816632961961986/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1oWGNzsEDr/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/r6oicl5FjlM开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1942816632961961986/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1oWGNzsEDr/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE & MultiTalk – Control + Reference + Lip-Sync
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/S33pjUpUc3wBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1942469885530411010/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1d3GJzZE2h/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/S33pjUpUc3w开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1942469885530411010/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1d3GJzZE2h/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE & MultiTalk First-and-Last-Frame + Lip-Sync
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/S33pjUpUc3wBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1942474167965126658/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1d3GJzZE2h/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/S33pjUpUc3w开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1942474167965126658/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1d3GJzZE2h/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
lightx2v High-Quality Acceleration Model Test
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/rKq1h9Rrk9sBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1935325590822256642/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1uwNtzWEr8/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/rKq1h9Rrk9s开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1935325590822256642/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1uwNtzWEr8/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
UniLumos: One-click video background replacement + re-lighting
you can click on the link below and try it out directly. If the effect is good, you can deploy it locallyhttps://www.runninghub.ai/post/1989204009275756546/?inviteCode=rh-v1093Fan benefits, register to get 1000 points, daily login 100 points, play 4090! Experience the super power of 48G!B-site video: https://www.bilibili.com/video/BV1zhCTBtEPJKnowledge Planet: https://t.zsxq.com/17kb0847sModel link:https://huggingface.co/Kijai/WanVideo_comfy/tree/main/UniLumosThe workflow is very simple to use, and I have uploaded a tutorial on how to use it on YouTube. You can try it out and follow the tutorial and Civitai's workflow to easily reproduce the results. Thank you. If you have any other questions, please leave a comment in the comment sectionThis tutorial is very important, not watching it will surely lead to a lot of problems! Watch the video tutorial before trying !!!! Very important! Especially a key point at the end!
Virtual Outfit Change in Video - One-Step - Reference Editing
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/Wpt8zsv1UuQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1935181584616050690/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1JPN7zGEn3/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/Wpt8zsv1UuQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1935181584616050690/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1JPN7zGEn3/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
6-Window svi-film Long Video Generation
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://youtu.be/9iMXFUqQpY8Before you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1983866504603172866/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits:Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1j3yYBcEP2/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://youtu.be/9iMXFUqQpY8开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1983866504603172866/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利:注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1j3yYBcEP2/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Wan2.1 NAG Reverse Application
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=dj7a6nIOKn0Before you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1934538720651747329/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV12xMizSEdG☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=dj7a6nIOKn0开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1934538720651747329/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV12xMizSEdG我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Open-Source SOTA 3-Image First-and-Last-Frame Combination (Phantom + VACE)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=dj7a6nIOKn0Before you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1934543155603644418/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV12xMizSEdG☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=dj7a6nIOKn0开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1934543155603644418/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV12xMizSEdG我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Open-Source SOTA First-and-Last-Frame Combination (Phantom + VACE)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=dj7a6nIOKn0Before you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1934460404364111874/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV12xMizSEdG☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=dj7a6nIOKn0开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1934460404364111874/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV12xMizSEdG我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
ChronoEdit UPSCALE
Basic ChronoEdit Upscaler, Performance is about 50s for 2048px upscale on 4090.
FusionX Phantom Dual Image Fusion
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=mPyA45_uk7IBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1933797677106946049/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1LtM2zFEQ7/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=mPyA45_uk7I开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1933797677106946049/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1LtM2zFEQ7/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Phantom + VACE - High-Consistency Image Reference + Pose Guidance
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=mPyA45_uk7IBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1933788164274479106/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1LtM2zFEQ7/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=mPyA45_uk7I开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1933788164274479106/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1LtM2zFEQ7/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Self Forcing - Text-to-Image & Image-to-Video
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=Ryp7TUiRu4sBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1933051482759630849/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1n5Mcz3EU5/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=Ryp7TUiRu4s开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1933051482759630849/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1n5Mcz3EU5/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Self Forcing Native Text-to-Video
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=Ryp7TUiRu4sBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1933102536746471425/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1n5Mcz3EU5/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=Ryp7TUiRu4s开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1933102536746471425/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1n5Mcz3EU5/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习
Wan14B T2V FusioniX - VACE - Seven Practical Experiments
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=6JMqn5pZWVwBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1932278596193124353/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1TrMgzyEHW/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=6JMqn5pZWVw开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1932278596193124353/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1TrMgzyEHW/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE - More Precise Pose Adjustment - Video Repainting
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=6JMqn5pZWVwBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1932353856917635074/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1TrMgzyEHW/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=6JMqn5pZWVw开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1932353856917635074/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1TrMgzyEHW/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE Native Video Extension (CausVid vs AccVideo 10-Step Comparison)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=xSLQVHS2GksBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1928043854203600897/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1NW7GzTEqi/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=xSLQVHS2Gks开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1928043854203600897/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1NW7GzTEqi/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE Native Single Image Reference (CausVid vs AccVideo 10-Step Comparison)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=xSLQVHS2GksBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1928043329005436930/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1NW7GzTEqi/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=xSLQVHS2Gks开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1928043329005436930/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1NW7GzTEqi/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
VACE Native Text-to-Video (CausVid vs AccVideo 10-Step Comparison)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=xSLQVHS2GksBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1928042156554862594/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1NW7GzTEqi/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=xSLQVHS2Gks开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1928042156554862594/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1NW7GzTEqi/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Text-to-Video - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1924863840855465985/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1924863840855465985/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Video Extension - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1925061061618429953/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1925061061618429953/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Reference Editing - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1924845197476175874/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1924845197476175874/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
First-and-Last-Frame - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1925061035089457154/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1925061035089457154/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Control + Reference - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1924845181453934593/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1924845181453934593/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Dual Image Reference - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1924845161095098369/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1924845161095098369/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Single Image Reference - Wan2.1-VACE-Native
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=IYG_TkUxgPYBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1924839944982831106/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1RMJBzFEuN/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=IYG_TkUxgPY开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1924839944982831106/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1RMJBzFEuN/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P Text-to-Video (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923393888814624770/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923393888814624770/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P Video Extension (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923429151527587842/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923429151527587842/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P Reference Editing (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923420902107566082/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923420902107566082/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P First-and-Last-Frame (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923394290066575361/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923394290066575361/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P Control + Reference (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923413100647600129/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923413100647600129/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P Multi-Image Reference (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923698037238263809/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923698037238263809/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
CausVid 3-Step 720P Single Image Reference (Wan2.1 & MoviiGen & Skyreels)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=DhCeUQJSdbgBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923407399171125249/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1YAJ3zUEFa/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=DhCeUQJSdbg开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923407399171125249/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1YAJ3zUEFa/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Text-to-Video (Wan2.1-VACE-14B)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=QvQewBkd9DQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1922920161509261314/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1tmEWzVE2X/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=QvQewBkd9DQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1922920161509261314/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1tmEWzVE2X/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Video Extension (Wan2.1-VACE-14B)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=QvQewBkd9DQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923187127436103682/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1tmEWzVE2X/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=QvQewBkd9DQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923187127436103682/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1tmEWzVE2X/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Video Reference Editing (Wan2.1-VACE-14B)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=QvQewBkd9DQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923186830479716353/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1tmEWzVE2X/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=QvQewBkd9DQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923186830479716353/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1tmEWzVE2X/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
First-and-Last-Frame (Wan2.1-VACE-14B)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=QvQewBkd9DQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923033044188319745/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1tmEWzVE2X/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=QvQewBkd9DQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923033044188319745/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1tmEWzVE2X/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Control + Reference (Wan2.1-VACE-14B)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=QvQewBkd9DQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923042463525892097/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1tmEWzVE2X/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=QvQewBkd9DQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923042463525892097/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1tmEWzVE2X/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。
Multi-Image Reference (Wan2.1-VACE-14B)
🎥 YouTube Video TutorialWant to know what this workflow actually does and how to start fast?This video explains what the tool is, how to launch the workflow instantly, and shares my core design logic — no local setup, no complicated environment.Everything starts directly on RunningHub, so you can experience it in action first.👉 YouTube Tutorial: https://www.youtube.com/watch?v=QvQewBkd9DQBefore you begin, I recommend watching the video thoroughly — getting the full context helps you understand the tool faster and avoid common detours.⚙️ RunningHub WorkflowTry the workflow online right now — no installation required.👉 Workflow: https://www.runninghub.ai/post/1923186184321683457/?inviteCode=rh-v1111If the results meet your expectations, you can later deploy it locally for customization.🎁 Fan Benefits: Register to get 1000 points + daily login 100 points — enjoy 4090 performance and 48 GB super power!📺 Bilibili Updates (Mainland China & Asia-Pacific)If you’re in the Asia-Pacific region, you can watch the video below to see the workflow demonstration and creative breakdown.📺 Bilibili Video: https://www.bilibili.com/video/BV1tmEWzVE2X/☕ Support Me on Ko-fiIf you find my content helpful and want to support future creations, you can buy me a coffee ☕.Every bit of support helps me keep creating — just like a spark that can ignite a blazing flame.👉 Ko-fi: https://ko-fi.com/aiksk💼 Business ContactFor collaboration or inquiries, please contact aiksk95 on WeChat.🎥 YouTube 视频教程想了解这个工作流到底是怎样的工具,以及如何快速启动?视频主要介绍 工具定位、快速启动方法 和 我的构筑思路。我们会直接在 RunningHub 上进行演示,让你第一时间看到实际效果。👉 YouTube 教程: https://www.youtube.com/watch?v=QvQewBkd9DQ开始前建议尽量完整地观看视频 —— 把握整体思路会更快上手,也能少走常见弯路。⚙️ 在线体验工作流现在就可以在线体验,无需安装。👉 工作流: https://www.runninghub.ai/post/1923186184321683457/?inviteCode=rh-v1111打开上方链接即可直接运行该工作流,实时查看生成效果。如果觉得效果理想,你也可以在本地进行自定义部署。🎁 粉丝福利: 注册即送 1000 积分,每日登录 100 积分,畅玩 4090 体验 48 G 超级性能!📺 Bilibili 更新(中国大陆及南亚太地区)如果你在中国大陆或南亚太地区,可以通过下方视频查看该工作流的实测效果与构思讲解。📺 B站视频: https://www.bilibili.com/video/BV1tmEWzVE2X/我会在 夸克网盘 持续更新模型资源:👉 https://pan.quark.cn/s/20c6f6f8d87b这些资源主要面向本地用户,方便进行创作与学习。