-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[Docs] refactor text-to-video zero #3049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -174,14 +178,14 @@ To perform text-guided video editing (with [InstructPix2Pix](./stable_diffusion/ | |||
``` | |||
|
|||
|
|||
### Dreambooth specialization | |||
### DreamBooth specialization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this one, we are not using video
but instead, pose_images
. I think this needs correction. Could you please advise?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean the title of the step 1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. In the code example, you initialized video
but never used it. pose_images
was used instead.
The documentation is not available anymore as the PR was closed or merged. |
* fix: norm group test for UNet3D. * refactor text-to-video zero docs.
* fix: norm group test for UNet3D. * refactor text-to-video zero docs.
* fix: norm group test for UNet3D. * refactor text-to-video zero docs.
* fix: norm group test for UNet3D. * refactor text-to-video zero docs.
@19and99 could you please take a look?