-
Notifications
You must be signed in to change notification settings - Fork 445
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
refiners, torch 2.0 #393
refiners, torch 2.0 #393
Conversation
dc7f86f
to
381b7bc
Compare
BREAKING CHANGE - stable diffusion 1.5 + inpainting working - self-attention guidance working. improves image generation quality - tile-mode working - inpainting self-attention guidance working disable/broken features: - sd 1.4, 2.0, 2.1 - most of the samplers - pix2pix edit - most of the controlnets - memory management - python 3.8 support wip
381b7bc
to
9d96571
Compare
# the compiled requirements don't included OS specific subdependencies so we trigger those this way | ||
pip install `pip freeze | grep "^torch=="` | ||
#pip install `pip freeze | grep "^torch=="` | ||
@echo -e "\nEnvironment setup! ✨ 🍰 ✨ 🐍 \n\nCopy this path to tell PyCharm where your virtualenv is. You may have to click the refresh button in the pycharm file explorer.\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this line?
# weights_url="https://huggingface.co/bstddev/sd-v1-4/resolve/77221977fa8de8ab8f36fac0374c120bd5b53287/sd-v1-4.ckpt", | ||
# default_image_size=512, | ||
# alias="sd14", | ||
# ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
# default_image_size=512, | ||
# default_negative_prompt="", | ||
# alias="edit", | ||
# ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
# "k_dpmpp_2s_a", | ||
# "k_euler", | ||
# "k_euler_a", | ||
# "k_heun", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
@@ -106,10 +107,9 @@ def get_git_revision_hash() -> str: | |||
"torchmetrics>=0.6.0", | |||
"torchvision>=0.13.1", | |||
"transformers>=4.19.2", | |||
"triton>=2.0.0; sys_platform!='darwin' and platform_machine!='aarch64'", | |||
# "triton>=2.0.0; sys_platform!='darwin' and platform_machine!='aarch64'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
"--model", | ||
"empty", | ||
# "--model", | ||
# "empty", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
# sampler_type="plms", | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete?
No description provided.