-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[ldm3d] Fixed small typo #3820
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
[ldm3d] Fixed small typo #3820
Conversation
The documentation is not available anymore as the PR was closed or merged. |
@@ -49,7 +49,7 @@ | |||
>>> pipe = pipe.to("cuda") | |||
|
|||
>>> prompt = "a photo of an astronaut riding a horse on mars" | |||
>>> output = pipe_ldm3d(prompt) | |||
>>> output = pipe(prompt) |
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.
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.
Sure
I updated doc accordingly :)
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.
Thanks!
* fixed typo * updated doc to be consistent in naming * make style/quality --------- Co-authored-by: Aflalo <[email protected]>
* fixed typo * updated doc to be consistent in naming * make style/quality --------- Co-authored-by: Aflalo <[email protected]>
Typo in the LDM3D pipeline - fixed