"include/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "5451ffe816cafe4f0f51813eb8ddedb3543f0fea"
  • Will Berman's avatar
    t2i pipeline (#3932) · a0597f33
    Will Berman authored
    * Quick implementation of t2i-adapter
    
    Load adapter module with from_pretrained
    
    Prototyping generalized adapter framework
    
    Writeup doc string for sideload framework(WIP) + some minor update on implementation
    
    Update adapter models
    
    Remove old adapter optional args in UNet
    
    Add StableDiffusionAdapterPipeline unit test
    
    Handle cpu offload in StableDiffusionAdapterPipeline
    
    Auto correct coding style
    
    Update model repo name to "RzZ/sd-v1-4-adapter-pipeline"
    
    Refactor MultiAdapter to better compatible with config system
    
    Export MultiAdapter
    
    Create pipeline document template from controlnet
    
    Create dummy objects
    
    Supproting new AdapterLight model
    
    Fix StableDiffusionAdapterPipeline common pipeline test
    
    [WIP] Update adapter pipeline document
    
    Handle num_inference_steps in StableDiffusionAdapterPipeline
    
    Update definition of Adapter "channels_in"
    
    Update documents
    
    Apply code style
    
    Fix doc typo and merge error
    
    Update doc string and example
    
    Q...
    a0597f33
convert_original_t2i_adapter.py 13.9 KB