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

Post Process (upsclaing), vlad fork Integration, Prompts loading error fixes, other improvments #46

Merged
merged 29 commits into from
Apr 21, 2023

Conversation

v8hid
Copy link
Owner

@v8hid v8hid commented Apr 21, 2023

You can also choose different models for the initial image (txt2img) and the rest (img2img)

GeorgLegato and others added 28 commits April 18, 2023 03:39
[Feature] Upscale feature - [Bugfix] prompt JSON loading error - [Feature] txt2image and inpainting model separation
Upscalers setting improv -> move on to develop branch
Signed-off-by: vahid khroasani <62482657+v8hid@users.noreply.github.com>
]
default_prompt = "A psychedelic jungle with trees that have glowing, fractal-like patterns, Simon stalenhag poster 1920s style, street level view, hyper futuristic, 8k resolution, hyper realistic"
default_negative_prompt = "frames, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur"
available_samplers = [s.name for s in modules.sd_samplers.samplers]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: exclude only txt2img samplers like UniPC

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we provide two settings now: model for txt2img and model for img2img. So in one list we see all model, and in the other a filtered one

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like this
available_samplers = [s.name for s in modules.sd_samplers.samplers if "UniPc" not in s.name]

@v8hid v8hid marked this pull request as ready for review April 21, 2023 03:20
@v8hid v8hid requested a review from GeorgLegato April 21, 2023 03:21
]
default_prompt = "A psychedelic jungle with trees that have glowing, fractal-like patterns, Simon stalenhag poster 1920s style, street level view, hyper futuristic, 8k resolution, hyper realistic"
default_negative_prompt = "frames, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur"
available_samplers = [s.name for s in modules.sd_samplers.samplers]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like this
available_samplers = [s.name for s in modules.sd_samplers.samplers if "UniPc" not in s.name]

@v8hid v8hid merged commit 660aca3 into main Apr 21, 2023
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

3 participants