Skip to content
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

strength needs to be less than 1 in img2img when we are starting from an image #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rekil156
Copy link

in the img2img example where we start with an input image of a wolf drawing- "Wolf howling at the moon, photorealistic 4K" we generated 3 images. We use one of the generated images for the next prompt - "Oil painting of wolf howling at the moon by Van Gogh" but in this case we have set "strength=1" which means it will not use our input image that we are passing in.
The image we pass in for the van gogh style oil painting:

Screen Shot 2022-10-21 at 1 29 26 AM

when strength=1 we get:

Screen Shot 2022-10-21 at 1 25 39 AM

This follows the prompt and not the input image we passed in.

But when strength =0.75 we get:
Screen Shot 2022-10-21 at 1 25 19 AM

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@theicfire
Copy link

+1 great find, the results are much better!

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.

None yet

3 participants