lora-training icon indicating copy to clipboard operation
lora-training copied to clipboard

revise parameters for advanced trainer

Open anotherjesse opened this issue 2 years ago • 1 comments

  • [ ] ensure descriptions are useful/accurate. example: class_data mentions class_prompt and num_class_images that don't exist
  • [ ] I've not seen other models expose device as an option... should we in lora-advanced-trainer?
  • [ ] continue_inversion - unless we expose sending in existing tensor(s) - does this make sense?
  • [ ] perform_inversion / train_text_encoder -- do both of these matter if we only return the last step_1000.safetensors?

anotherjesse avatar Feb 01 '23 14:02 anotherjesse

Checked all the stuff you mentioned. train_text_encoder must be on in current implementation, but I'm going to update it in the future. #5

cloneofsimo avatar Feb 03 '23 17:02 cloneofsimo