In the lesson, @jeremy suggested trying out implementing tricks like negative prompts. So I attempted to implement the Img2Img pipeline. Here is the end result of the working implementation:
Original image
Generated image for prompt “A watercolor painting of an astronaut on a beach”
It did a good job of preserving the astronaut’s pose.
Trying to implement it I learned a lot more and gained a much better understanding of how the pipeline works =)
Here is the notebook link if anyone’s interested.

