Skip to content

pypi_0.3.5 Vibe Transfer

Compare
Choose a tag to compare
@sudoskys sudoskys released this 24 Feb 11:32
· 324 commits to main since this release
e8665b4
        gen = GenerateImageInfer.build(
            prompt=f"1girl, spring, jacket, sfw, angel, flower,{enhance}",
            action=Action.GENERATE,
            image=encoded,
            add_original_image=True,
            strength=0.6,
            reference_mode=True,  # IMPORTANT
            width=1088,
            height=896
        )

when reference_mode is True, strength -> reference_strength

What's Changed

Full Changelog: pypi_0.3.4...pypi_0.3.5