Skip to content

img2img resizes to mod32, however mod64 is required #210

Description

@n00mkrad

simplet2i.py

w, h = map(
    lambda x: x - x % 32, (w, h)
)  # resize to integer multiple of 32

This should be 64, not 32.

Related: #207

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions