Comments
Cheap_Meeting t1_izuygjv wrote
Did you do an evaluation of the quality impact?
metal079 t1_j055is5 wrote
iirc its not as good as normal dreambooth because it cant train the text encoder.
Wanderratte t1_j0ud4hu wrote
it seems it can now
Evoke_App t1_izwvmcb wrote
Yep, I'm curious to see too
gordinmitya t1_j0talvx wrote
now it can train both, unet and textencoder
AccomplishedArmy1526 t1_j0kxvkv wrote
Constantly gives me an error message. When trying to run a duplicate, it says I need to buy GPU time.
Illustrious_Row_9971 OP t1_izuuyb1 wrote
https://huggingface.co/spaces/ysharma/Low-rank-Adaptation
Duplicate the space and go to settings to assign a gpu to train your own model
huggingface is like github so you can clone the space and run it locally as you would a github repo
git clone https://huggingface.co/spaces/ysharma/Low-rank-Adaptation
pip install -r requirements.txt
python app.py