• Sayak Paul's avatar
    [Examples] InstructPix2Pix instruct training script (#2478) · 9dc84448
    Sayak Paul authored
    
    
    * add: initial implementation of the pix2pix instruct training script.
    
    * shorten cli arg.
    
    * fix: main process check.
    
    * fix: dataset column names.
    
    * simplify tokenization.
    
    * proper placement of null conditions.
    
    * apply styling.
    
    * remove debugging message for conditioning do.
    
    * complete license.
    
    * add: requirements.tzt
    
    * wandb column name order.
    
    * fix: augmentation.
    
    * change: dataset_id.
    
    * fix: convert_to_np() call.
    
    * fix: reshaping.
    
    * fix: final ema copy.
    
    * Apply suggestions from code review
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    
    * address PR comments.
    
    * add: readme details.
    
    * config fix.
    
    * downgrade version.
    
    * reduce image width in the readme.
    
    * note on hyperparameters during generation.
    
    * add: output images.
    
    * update readme.
    
    * minor edits to readme.
    
    * debugging statement.
    
    * explicitly placement of the pipeline.
    
    * bump minimum diffusers version.
    
    * fix: device attribute error.
    
    * weight dtype.
    
    * debugging.
    
    * add dtype inform.
    
    * add seoarate te and vae.
    
    * add: explicit casting/
    
    * remove casting.
    
    * up.
    
    * up 2.
    
    * up 3.
    
    * autocast.
    
    * disable mixed-precision in the final inference.
    
    * debugging information.
    
    * autocasting.
    
    * add: instructpix2pix training section to the docs.
    
    * Empty-Commit
    
    ---------
    Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
    9dc84448
README.md 6.72 KB