Dmitriy

Results 7 comments of Dmitriy

still actual with AGP 8.2.2 and tried with 8.5.0 - reproducing too. as workaround may helped: ``` List classesFileList if (android.hasProperty('applicationVariants')) { classesFileList = [fileTree(dir: "${layout.buildDirectory.asFile.get().path}/intermediates/classes/${variantName}/transform${variantName.capitalize()}ClassesWithAsm/dirs", excludes: excludes)] } else...

As workaround of community use `gradle.startParameter.excludedTaskNames.addAll(listOf(":plugin-example:testClasses"))` like this https://issuetracker.google.com/issues/315023802#comment18 or others similar solution in another issues threads. But I've never found information about root cause of this problem or issue...

@DenOfEquity Yes, the risk of unintentional overwriting can be high and that's why I made the default checkbox off with a warning about the risks. It seemed to me that...

Tried to do as you say: * pulled a fresh master from your repo * added the img2img_batch_use_original_name setting to settings/img2img but I do not understand about > img2img.py, add...

@DenOfEquity - Add warning info to option in settings - Remove forced _save_images_replace_action_ from img2img logic (now it depends on settings like in option warning) - Returned fix with check_p.override_settings.get("samples_filename_pattern")_...

@DenOfEquity yes, you're right - removed it. thx

create PR with possible fix https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/2253 thx for fast feedback