timntorres

Results 47 comments of timntorres

@enn-nafnlaus In the Settings tab, under User interface, try switching "Show image creation progress every N sampling steps" away from 0. I'm on Windows but this did the trick for...

In `hint.js`, the hint for "Inpaint at full resolution" says it "[Upscales] masked region to target resolution, [does] inpainting, [downscales] back and [pastes] into original image." Notice how the changed...

I'm not able to replicate this. Are you sure there isn't anything else going on? Some other special settings or something you're using besides the default? ![it's working for me](https://user-images.githubusercontent.com/116157310/197919891-5248b9cd-c8fa-4dd6-be1c-49b617c71013.png)

Thanks for this, @patrickas. I wrote [a version for Hypernet](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3750) and came across a few changes you might want to consider: 1) If `preview_from_txt2img = False`, ignore the txt2img-related settings....

If you use the given seed to generate the same number of images as you did the first time around, it will generate one image with that seed, then yield...

Wait, I actually tried it, and the seeds are named correctly for me. The ith seed is merely the 0th seed plus i: ![seeds are updating for me](https://user-images.githubusercontent.com/116157310/197749991-3adfcf68-7e4a-44cc-8816-3c0cbba605e5.png) I don't...

Since the problematic line is `if i % len(self.dataset) == 0:`, and the error is `ZeroDivisionError: integer division or modulo by zero`, we can infer that `len(self.dataset)` is 0, which,...

Hi @xrpgame (and @some9000 and @MatthewK78 who reacted), please test my implementation of this feature. Although I had fun making it; my biggest concern is its use might not be...