> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# HappyHorse 1.0 Workflows in ComfyUI

> How to run the HappyHorse 1.0 image-to-video, text-to-video, reference-to-video, and video edit workflows in ComfyUI, locally or on Comfy Cloud

This guide shows how to run the HappyHorse 1.0 workflows in ComfyUI. For what the model is and what it does best, see the [HappyHorse 1.0 overview](/tutorials/partner-nodes/happyhorse/happyhorse1-0).

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated.

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Cloud users">
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

## HappyHorse 1.0 image-to-video

Generate cinematic video from a single image with strong aesthetic control and multi-shot consistency.

<Columns cols={2}>
  <video controls className="w-full aspect-video" src="https://github.com/Comfy-Org/example_workflows/raw/refs/heads/main/api_nodes/happy_horse/1.0/i2v_1.mp4" />

  <video controls className="w-full aspect-video" src="https://github.com/Comfy-Org/example_workflows/raw/refs/heads/main/api_nodes/happy_horse/1.0/i2v_2.mp4" />
</Columns>

<CardGroup cols={2}>
  <Card title="Run HappyHorse 1.0 I2V on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_happyhorse1_0_i2v&utm_source=docs&utm_medium=referral&utm_campaign=happyhorse1-0">
    Try the Image-to-Video workflow instantly on Comfy Cloud.
  </Card>

  <Card title="HappyHorse 1.0 I2V Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_happyhorse1_0_i2v.json">
    Get the HappyHorse 1.0 Image-to-Video workflow file.
  </Card>
</CardGroup>

![HappyHorse 1.0 Image-to-Video workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_happyhorse1_0_i2v-1.webp)

<Card title="Download Sample Input Image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/pink_city_horse.png">
  Get the example input image for this workflow.
</Card>

## HappyHorse 1.0 text-to-video

Generate cinematic video from pure text prompts, with multi-shot sequencing and refined visual atmosphere.

<video controls className="w-full aspect-video" src="https://github.com/Comfy-Org/example_workflows/raw/refs/heads/main/api_nodes/happy_horse/1.0/t2v_1.mp4" />

<CardGroup cols={2}>
  <Card title="Run HappyHorse 1.0 T2V on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_happyhorse1_0_t2v&utm_source=docs&utm_medium=referral&utm_campaign=happyhorse1-0">
    Try the Text-to-Video workflow instantly on Comfy Cloud.
  </Card>

  <Card title="HappyHorse 1.0 T2V Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_happyhorse1_0_t2v.json">
    Get the HappyHorse 1.0 Text-to-Video workflow file.
  </Card>
</CardGroup>

![HappyHorse 1.0 Text-to-Video workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_happyhorse1_0_t2v-1.webp)

## HappyHorse 1.0 reference-to-video

Use a reference subject to drive video generation, preserving identity across cinematic multi-shot sequences.

<CardGroup cols={2}>
  <Card title="Run HappyHorse 1.0 R2V on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_happyhorse1_0_r2v&utm_source=docs&utm_medium=referral&utm_campaign=happyhorse1-0">
    Try the Reference-to-Video workflow instantly on Comfy Cloud.
  </Card>

  <Card title="HappyHorse 1.0 R2V Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_happyhorse1_0_r2v.json">
    Get the HappyHorse 1.0 Reference-to-Video workflow file.
  </Card>
</CardGroup>

![HappyHorse 1.0 Reference-to-Video workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_happyhorse1_0_r2v-1.webp)

<CardGroup cols={2}>
  <Card title="Download Car Reference Image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/car_ref.png">
    Get the example car reference image.
  </Card>

  <Card title="Download Person Reference Image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/man_ref.png">
    Get the example person reference image.
  </Card>
</CardGroup>

## HappyHorse 1.0 video edit

Transform existing footage or replace/insert subjects while preserving motion and composition with V2V and SV2V editing workflows.

<CardGroup cols={2}>
  <Card title="Run HappyHorse 1.0 Video Edit on Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_happyhorse1_0_video_edit&utm_source=docs&utm_medium=referral&utm_campaign=happyhorse1-0">
    Try the Video Edit workflow instantly on Comfy Cloud.
  </Card>

  <Card title="HappyHorse 1.0 Video Edit Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_happyhorse1_0_video_edit.json">
    Get the HappyHorse 1.0 Video Edit workflow file.
  </Card>
</CardGroup>

![HappyHorse 1.0 Video Edit workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_happyhorse1_0_video_edit-1.webp)

<CardGroup cols={2}>
  <Card title="Download Sample Input Image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/urban_man.png">
    Get the example input image for the video edit workflow.
  </Card>

  <Card title="Download Sample Input Video" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/woman_by_tram.mp4">
    Get the example input video for the video edit workflow.
  </Card>
</CardGroup>
