hako-mikan / sd-webui-traintrain

LoRA training extention for Stable Diffusion Web-UI
GNU Affero General Public License v3.0
142 stars 5 forks source link

Compare with old method #10

Closed Mrdanghoang closed 5 months ago

Mrdanghoang commented 7 months ago

Is this better, easy to use and more functions than https://github.com/liasece/sd-webui-train-tools I'm looking for something to train in webui version Thank you!

hako-mikan commented 6 months ago

There are various learning tools for LoRA, but basically, they involve calling Mr. Kohya's sd-scripts. The extension you mentioned does the same, making sd-scripts usable on the web-ui. However, running sd-scripts separately from the web-ui's features wastes GPU memory. This script is an extension that uses the web-ui's features while learning LoRA without using sd-scripts, so it doesn't waste GPU memory. On the other hand, since I am developing it, it may be inferior in terms of functionality.