kelvin-zhao
kelvin-zhao
@asaucedev re-running the same parameters work for me
@AlphaJuliettOmega Not too sure why it would be an infinite loop as re-rendering with the same parameters and even seed managed to render the image properly for me. If there...
@kelvin-zhao I would imagine adding all the rgb of every pixel and if the total is less than perhaps 100, we can determine that the image is black.
Ah I don't have any python experience though, I did try something similar in JavaScript before, would anyone be able to help convert that into python that can be implemented?
What about providing a Google Collab that can run kohya_ss? I've been trying different ways to make this work but to no avail. =(
> There are several implementations of this for Google Colab. For example https://github.com/Linaqruf/kohya-trainer If you google a little, you can find more Unfortunately, they are implementations of kohya but not...
Seems I'm still having the same issue even with the latest version. ``` Error loading embedding mwte.pt: Traceback (most recent call last): File "/Users/kelvinzhao/Documents/stable-diffusion-webui/modules/textual_inversion/textual_inversion.py", line 206, in load_from_dir self.load_from_file(fullfn, fn)...
That'll be awesome! I've been trying to get kohya ss gui to work for me (using mac), but I just can't find any solutions so far...