jtkelm2

Results 8 comments of jtkelm2

> This seems always add activation function. need to add no function option for someone who already training without it. Is there any actual use case for training a neural...

@TingTingin I think that with the size of the txt files, the occasional reused artist (on a different seed) wouldn't be much an issue. It would be nice to have...

@caacoe The pull request hasn't been accepted yet. You can check out Automatic's webui, though, where I have a working script in the wiki.

> I had the same issue, but figured it out. On windows, enter the image directory as a hard path, like: > > `C:\training-images` > > Also, make sure batch...

Even if you fixed the filename, does this repo even have any code for weighted prompts?

> I’m running the repo with the leaked weights, using WSL with the included conda environment, rtx 3080ti, no issues at all. What’s your hardware? Anything else we should know...

I followed the guide's instructions [here](https://rentry.org/retardsguide), nothing more and nothing less. Not sure how I would use a different checkpoint. Here's the I/O: ```python python optimizedSD/optimized_txt2img.py --prompt "waterfall of magma"...

Incredible, thanks! That fixed it. How did you think to do that?