Panchovix

Results 110 comments of Panchovix

> Can you try setting the time scalar in 0.99999 in the config file ? It seems to totally fix the audio for me in the menus for Metallica, probably...

Triton is not available on Windows, so it can't be installed nor used by xformers.

Okay, found the total culprit and not sure why it happens. On modules/processing.py, line 1126 to 1135 ``` def parse_extra_network_prompts(self): res = super().parse_extra_network_prompts() if self.enable_hr: self.hr_prompts = self.all_hr_prompts[self.iteration * self.batch_size:(self.iteration...

@brimston3 just tested and it works TON better than before. It seems to be fixed. But highres positive/negative prompt don't work. Do hr prompt work for you? Maybe after tinkering...

closing @akx and @brimston3 , since it's fixed by PR https://github.com/adieyal/sd-dynamic-prompts/pull/495 and PR https://github.com/adieyal/sd-dynamic-prompts/pull/498.

Pretty nice PR! Finally being able to use DAT and HAT upscalers without a black image with hires fix. I can confirm at least what @gel-crabs said, using different resolutions...

@Cyberbeing Just tested with odd resolutions and now works fine! It doesn't seem to give me artifacts or blurryness. I'm using torch nightly as well, but from the start of...

> `python: 3.10.13  •  torch: 2.3.0.dev20240128+cu118  •  xformers: 0.0.21+b885bd5.d20240128` That xformers is my personal pre-FlashV2/Cutlass3 + bugfixes local branch build but I wouldn't think that would matter. > > I'm...

To add, I've also tried adding the same exact positive and negative prompt, into the prompt for hires fix, ![image](https://github.com/AUTOMATIC1111/stable-diffusion-webui/assets/19153797/4eaaec13-09dc-4e90-bd7d-22a08e8ff950) and the issue persist

I think I have kinda found the issue, not sure how to fix it. When on modules/processing.py, changing the lines ``` if self.hr_prompt == '': self.hr_prompt = self.prompt if self.hr_negative_prompt...