forked from AUTOMATIC1111/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge master #8
Merged
Merged
merge master #8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set PyTorch version to 2.0.1 for macOS
launch.py: fix git_tag() & fix commit_hash() & simplify
This request is sent regardless of Gradio analytics being enabled or not via the env var. Idea from text-generation-webui.
Allows web UI to (almost) be ran fully offline. The web UI will hang on load if offline when these fonts are not manually defined, as it will attempt (and fail) to pull from Google Fonts.
Allow web UI to be ran fully offline
Localization fixes
Allow bf16 in safe unpickler
never refer to lora by an alias if multiple loras have same alias or the alias is called none
Allow bf16 in safe unpickler
Allow web UI to be ran fully offline
…nction that broke after updating gradio
fix "hires. fix" prompt sharing same labels with txt2img_prompt
Fix get_conds_with_caching()
…-png-info fix disable png info
make --disable-opt-split-attention command line option work again
…nginfo-parameters fix 10896 pnginfo parameters
Mark caption_image_overlay's textfont as deprecated; fix AUTOMATIC1111#10778
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--realesrgan-models-path
not working--ldsr-models-path
not workingNone
option for VAEtextual inversion
prompteslint --fix
(and normalize tabs to spaces)global
comment for modulefrom __future__ import annotations
es for Py3.9 compatIndexError
while applying cross attention optimization at startup (dev
branch) AUTOMATIC1111/stable-diffusion-webui#10605Please read the contributing wiki page before submitting a pull request!
If you have a large change, pay special attention to this paragraph:
Otherwise, after making sure you're following the rules described in wiki page, remove this section and continue on.
Describe what this pull request is trying to achieve.
A clear and concise description of what you're trying to accomplish with this, so your intent doesn't have to be extracted from your code.
Additional notes and description of your changes
More technical discussion about your changes go here, plus anything that a maintainer might have to specifically take a look at, or be wary of.
Environment this was tested in
List the environment you have developed / tested this on. As per the contributing page, changes should be able to work on Windows out of the box.
Screenshots or videos of your changes
If applicable, screenshots or a video showing off your changes. If it edits an existing UI, it should ideally contain a comparison of what used to be there, before your changes were made.
This is required for anything that touches the user interface.