freecoderwaifu
freecoderwaifu
Yes, it's a bit confusing now and harder to tell which Lora was selected, since it's usually easier to tell by filename, though some Loras might be easier to tell...
Fixed in the current Dev and Release Candidate branches https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/477199357f4f5f02d62857a0cf432a3ed19e6418 by checking Loras with metadata name = None and also adding an option in Settings > Extra Networks to either...
Forge is synced with the dev branch of A1111 and the buttons haven't worked there for a while either. It's an issue with the extension, you'd have to tell them...
> > Forge is synced with the dev branch of A1111 and the buttons haven't worked there for a while either. It's an issue with the extension, you'd have to...
Yeah optimally it'd be better as a "preserve aspect ratio" or similar button, but that's beyond my non coder ability of just changing one line lol. From all my testing,...
For visual representation of the cropping and zooming, all using the same values, prompt, seed, etc. Firstpass = 0 (hardcoded 512x512, current behavior) https://user-images.githubusercontent.com/66507343/206871696-f5c7d17c-597b-429f-a1ac-c32cd79de8aa.mp4 Custom values using external SD Scale...
Yes, I actually encountered the same thing. With the default as it is now: ``` if self.firstphase_width == 0 or self.firstphase_height == 0: desired_pixel_count = 512 * 512 ``` I...
Recent commit ef27a18 fixes and the previous #5341 request perfectly, even better than expected, thank you @AUTOMATIC1111.
I'm getting much better results with the new highres fix than I did with the old one. Please post prompts, model used, settings used and example pictures of the results...
Was getting this issue too, did a reinstall of the UI after backing up important folders, including extensions and restored them after reinstalling the UI, but was still getting this...