askerlee / AdaFace-dev

A Versatile Face Encoder for Zero-Shot Diffusion Model Personalization
MIT License
17 stars 2 forks source link

WebUI #3

Closed Jefflai0315 closed 1 year ago

Jefflai0315 commented 1 year ago

main changes:

  1. app.py - gradio's interface
  2. ldm/utils's save grid returns an image that can be displayed on Webui
  3. webui-setting-config.yaml store setting defined by users. users can potentially edit and apply changes on settings on webui in the future
  4. webuiParamClass.py - create an instance that stores user inputs, replacing the arg parser of the command line.