Skip to content

Conversation

icarried
Copy link

@icarried icarried commented Aug 27, 2023

Fix docs typo in PipelineForImageToImage name
This PR fix #4792
Fixes # (issue)
#4792
image

I only change

pipe_i2i = PipelineForImageoImage.from_pretrained("runwayml/stable-diffusion-v1-5")

to

pipe_i2i = PipelineForImageToImage.from_pretrained("runwayml/stable-diffusion-v1-5")
  • [√] This PR fixes a typo or improves the docs

@stevhliu and @yiyixuxu

@icarried icarried changed the base branch from main to v0.19.3-patch August 27, 2023 06:53
Copy link
Contributor

@patrickvonplaten patrickvonplaten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@patrickvonplaten patrickvonplaten merged commit 4308bc5 into huggingface:v0.19.3-patch Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs has a spelling errors in 0.19.3
2 participants