LightShift

LightShift: Controllable Indoor Relighting via Video Diffusion Priors

This repository contains the fine-tuned UNet checkpoint for LightShift, a controllable indoor relighting method that repurposes Stable Video Diffusion for image-based relighting.

Usage

This checkpoint is compatible with the Diffusers library. See the code and inference scripts at Pensioner-11/LightShift.

from diffusers import StableVideoDiffusionPipeline

pipe = StableVideoDiffusionPipeline.from_pretrained(
    "Pensioner/LightShift",
    torch_dtype=torch.float16,
).to("cuda")

Model Description

Citation

Citation information will be updated after publication.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Pensioner/LightShift

Finetuned
(9)
this model