Skip to content
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

The Merge #1444

Merged
merged 66 commits into from Oct 6, 2022
Merged

The Merge #1444

merged 66 commits into from Oct 6, 2022

Conversation

hlky
Copy link
Contributor

@hlky hlky commented Oct 6, 2022

The Merge

xaedes and others added 30 commits October 2, 2022 20:56
# Description

Intermediate image saving in scn2img tries to save metadata which is not
set. This results in warning thrown in console: "Couldn't find metadata
on image", originally reported by @codedealer in
#1179 (review)

Metadata for intermediate images is added to fix the warning.

Following metadata is written:
- "prompt" contains the representation of the SceneObject corresponding
to the intermediate image
- "seed" contains the seed at the start of the function that generated
this intermediate image
- "width" and "height" contain the size of the image.

To get the seed at the start of the render function without using it, a
class SeedGenerator is added and used instead of the python generator
functions.

Fixes warning thrown in console: "> Couldn't find metadata on image",
originally reported by @codedealer in
#1179 (review)

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- Removed the checkbox to disable the preview image, instead users should increase the frequency at which it is displayed if they have performance issues, after a certain point it no longer affects performance.
# Description

Add section for Scene2Image in markdown documentation.

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
# Description
Add GFPGANv1.4 to the docker download list

Closes: none

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- Removed slider values for batch_count and batch_size as they are now a
text_input instead of a slider.
- Removed the checkbox to disable the preview image, instead users
should increase the frequency at which it is displayed if they have
performance issues, after a certain point it no longer affects
performance.
- Removed GFPGAN GitHub dependency, we can now use pip to install a
fixed version of it.
- Fixed LDSR, now it should work both txt2img and img2img
…ng a rerun in the background on first run which changes the first session_state initialization, this causes it to be empty until the second run.
- Fixed missing keys on first run, it seems related to server_state
doing a rerun in the background on first run which changes the first
session_state initialization, this causes it to be empty until the
second run.
The bridge will keep looping on the same generation because the
evaluation of "while not seed" will always be False when seed is 0 (or
00000000 etc)

This fixes this. Also allows to request more verbosity on the webui
command

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
Co-authored-by: lukas5450 <46075099+lukas5450@users.noreply.github.com>
Changed hydralit and hydralit components order on the environment file
as it might be causing some issues.
This reverts commit 2d0a4e8, reversing
changes made to 1190d88.
…This allow us to have them as global variables inside streamlit and have them unified in a single place.
…1413)

So that people can start it from the file browser/explorer
// is not a comment
hlky and others added 28 commits October 4, 2022 23:08
weird bug with wget for some urls because it can't detect the filename, even though we provide a filename
Allows worker to specify a word blacklist which it will refuse to pickup

Allows the worker to specify a word censorlist, against which it will
always apply the NSFW filter, even if the worker accepts NSFW.

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
Co-authored-by: lukas5450 <46075099+lukas5450@users.noreply.github.com>
Co-authored-by: JamDon2 <hello@jamdon2.dev>
-Changes wording on Memory Monitor to not alarm users (happened a few
times)
-Adds config settings "use_upscaling" and "upscaling_method" to settings
menu, were already in yaml
…cked once so in order to see new models you would need to restart streamlit.
…case we have more than one, this allow us to compare multiple versions to see how they perform against each other.
…cked once so in order to see new models you would need to restart streamlit.
…case we have more than one, this allow us to compare multiple versions to see how they perform against each other.
# Conflicts:
#	scripts/txt2img.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants