-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Porting Stable Video Diffusion ControNet to HPU
Signed-off-by: Wenbin Chen <[email protected]>
- Loading branch information
1 parent
9aa739b
commit b6b55af
Showing
7 changed files
with
1,858 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
from .unet_2d_condition import gaudi_unet_2d_condition_model_forward | ||
from .controlnet_sdv import ControlNetSDVModel | ||
from .unet_spatio_temporal_condition_controlnet import UNetSpatioTemporalConditionControlNetModel |
Oops, something went wrong.