How to train a FLUX lora? #10061
Unanswered
Xuan-World
asked this question in
Q&A
Replies: 1 comment 4 replies
|
train_text_to_image_lora.py in the python train_text_to_image_lora.py \
--pretrained_model_name_or_path="path_or_identifier_to_FLUX-schnell" \ # Path or Hugging Face identifier for FLUX-schnell
--train_data_dir=".......
# add other cofig |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I don't want to train a dreambooth lora or something like that. I just want to train a lora on FLUX-schnell. So which script should I refer to in ''examples'' directory?
All reactions