cloneofsimo / hotshot-xl-lora-controlnet

Text-to-gif using SDXL, with controlnet and lora support

  • Public
  • 3.7K runs
  • L40S
  • GitHub
  • Paper
  • License

Run cloneofsimo/hotshot-xl-lora-controlnet with an API

Input schema

gifuri

Input GIF for controlnet condition.

seedinteger

The seed for the random number generator.

Default
455
stepsinteger

The number of steps for the prediction.

Default
30
widthinteger

The width of the generated images.

Default
672
heightinteger

The height of the generated images.

Default
384
promptstring

The main prompt that guides the image generation.

Default
"Hi there doggo!"
hf_lora_urlstring

The Hugginface URL for LoRA. For example, `fofr/barbie`

control_typestring

The type of control net to use for conditional generation.

target_widthinteger

The `target_size width` of the images.

Default
512
video_lengthinteger

The length of the video in frames.

Default
8
target_heightinteger

The `target_size height` of the images.

Default
512
original_widthinteger

The width of the `original_size` of images. If `original_size` is not the same as `target_size` the image will appear to be down- or upsampled. `original_size` defaults to `(width, height)` if not specified. Part of SDXL's micro-conditioning as explained in section 2.2 of https://arxiv.org/abs/2307.01952

Default
1920
video_durationinteger

The duration of the video in milliseconds.

Default
1000
negative_promptstring

A negative prompt to avoid certain features in the generated images.

original_heightinteger

The `original_size height` of the images.

Default
1080
control_guidance_endnumber

The end of the control guidance.

Default
1
replicate_weights_urlstring

Replicate LoRA weights to use. Leave blank to use the default weights.

control_guidance_startnumber

The start of the control guidance.

controlnet_conditioning_scalenumber

The scale of the controlnet conditioning.

Default
0.7

Output schema

Type
uri