Martin Cairns

Results 22 comments of Martin Cairns

As its a setting now you can add use_scale_latent_for_hires_fix to the Settings->User Interface->Quicksettings List to be able to access it from the top bar.

All the settings are in https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/shared.py under options_templates, all of these can be used in the quick settings.

Error is caused the line below not handling image_cond being uninitialised. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/f49c08ea566385db339c6628f65c3a121033f67c/modules/sd_samplers.py#L269 Putting an IF check fixes the issue for the img2imgalt script but I'm not sure what this line...

I started on a PR which was at a did the AG at a higher level in the prompt parser so only applied to the actual prompt text rather than...

For the most part you can go back to any commit with `git checkout 737eb28` changing the hash to one of the commits from https://github.com/AUTOMATIC1111/stable-diffusion-webui/commits/master. To revert back to the...

I've done a first pass at adding Aestheic Gradients to the xy_grid.py script. I need to add parameter checking and clean it up before doing a pull request, but it's...

I've created a PR for this #4000. It has a few improvements the boolean Aesthetic Slerp & Aesthetic Text Negative values will default to False, True.

This is a duplicate of #3888 . Disable "Upscale latent space image when doing hires. fix" in settings and apply settings to be able to generate images again.