Eric
Eric
Hi @lmxyy, I recently upgraded from CUDA 12.4 to 12.6 and am happy to report that this issue is no longer occurring for me. Perhaps a change in ComfyUI or...
> I think we can get almost the same effect by training linear1 and 2 with half the dim(rank). Have you tried it? No, but I'll give it a go!...
> Any chance you could post the patch? My sd-scripts is heavily customized, but here's how you can apply it to yours: - Look for `("single_blocks", "linear")` in `networks/lora_flux.py`. It's...
Hi @mandal-rahul , Training both `linear1` and `linear2` had only a slight impact on images, but I realized my dataset and scope of training was too small to draw any...
@JiHong88 I can confirm that adding an `` element into `` still results in broken formatting as of 2.47.5. Example: ```html Test ``` This becomes: ```html Test ``` So it's...
@ncoevoet The development focus seems to be on SunEditor 3 right now. I upgraded to it and can confirm that it handles images inside of tables correctly. Code formatting in...
Oh, good call. It should probably end with `0.001` for better compatibility across samplers. Thank you, @henrikvilhelmberglund !
Agreed, I was searching for a good WYSIWYG editor for quite some time after the TinyMCE license fiasco and was about to give up before stumbling upon SunEditor. I'm perplexed...
Any updates on implementing the PiSSA algorithm for SDXL? It sounds very promising. Thank you for the PR!