Skip to content

Commit

Permalink
Changed related workflow for LipsyncTTS
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li authored and devxpy committed Jan 22, 2024
1 parent 2515ca8 commit 55c2d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/LipsyncTTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,12 @@ class ResponseModel(BaseModel):
def related_workflows(self) -> list:
from recipes.VideoBots import VideoBotsPage
from recipes.DeforumSD import DeforumSDPage
from recipes.CompareText2Img import CompareText2ImgPage

return [
VideoBotsPage,
TextToSpeechPage,
DeforumSDPage,
CompareText2ImgPage,
LipsyncPage,
]

def render_form_v2(self):
Expand Down

0 comments on commit 55c2d26

Please sign in to comment.