-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: CompVis/stable-diffusion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Doggettx/stable-diffusion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: autocast-improvements
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 5 files changed
- 2 contributors
Commits on Sep 5, 2022
-
Run attention in a loop to allow for much higher resolutions (over 1920x1920 on a 3090)
Configuration menu - View commit details
-
Copy full SHA for afaefd2 - Browse repository at this point
Copy the full SHA afaefd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5065b41 - Browse repository at this point
Copy the full SHA 5065b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8283bb5 - Browse repository at this point
Copy the full SHA 8283bb5View commit details -
Fixed memory handling for model.decode_first_stage
Better memory handling for model.decode_first_stage so it doesn't crash anymore after 100% rendering
Configuration menu - View commit details
-
Copy full SHA for d3c91ec - Browse repository at this point
Copy the full SHA d3c91ecView commit details
Commits on Sep 6, 2022
-
Old version gave incorrect free memory results causing in crashes on edge cases.
Configuration menu - View commit details
-
Copy full SHA for 507ddec - Browse repository at this point
Copy the full SHA 507ddecView commit details -
Set model to half in txt2img and img2img for less memory usage.
Configuration menu - View commit details
-
Copy full SHA for a1fbe55 - Browse repository at this point
Copy the full SHA a1fbe55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a32fd6 - Browse repository at this point
Copy the full SHA 7a32fd6View commit details -
Raise error when steps too high
Technically you could run at higher steps as long as the resolution is dividable by the steps but you're going to run into memory issues later on anyhow.
Configuration menu - View commit details
-
Copy full SHA for 755bec8 - Browse repository at this point
Copy the full SHA 755bec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f134e24 - Browse repository at this point
Copy the full SHA f134e24View commit details
Commits on Sep 7, 2022
-
Reverted in place tensor functions back to CompVis version
Improves performance and is no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 830f694 - Browse repository at this point
Copy the full SHA 830f694View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for c2d72c5 - Browse repository at this point
Copy the full SHA c2d72c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3d653 - Browse repository at this point
Copy the full SHA cd3d653View commit details
Commits on Sep 10, 2022
-
Performance boost and fix sigmoid for higher resolutions
Significant performance boost at higher resolutions when running in auto_cast or half mode on 3090 went from 1.13it/s to 1.63it/s at 1024x1024 Will also allow for higher resolutions due to sigmoid fix and using half memory
Configuration menu - View commit details
-
Copy full SHA for 5fe97c6 - Browse repository at this point
Copy the full SHA 5fe97c6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...autocast-improvements