├── README.md ├── db-v2-inference.py ├── installShivam.bat ├── launch_dreambooth_512.bat ├── launch_dreambooth_768.bat ├── launch_lora_512.bat ├── launch_lora_768.bat ├── lora-v2-inference.py ├── style_ziggy.zip └── train_dreambooth_768.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/README.md -------------------------------------------------------------------------------- /db-v2-inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/db-v2-inference.py -------------------------------------------------------------------------------- /installShivam.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/installShivam.bat -------------------------------------------------------------------------------- /launch_dreambooth_512.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/launch_dreambooth_512.bat -------------------------------------------------------------------------------- /launch_dreambooth_768.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/launch_dreambooth_768.bat -------------------------------------------------------------------------------- /launch_lora_512.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/launch_lora_512.bat -------------------------------------------------------------------------------- /launch_lora_768.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/launch_lora_768.bat -------------------------------------------------------------------------------- /lora-v2-inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/lora-v2-inference.py -------------------------------------------------------------------------------- /style_ziggy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/style_ziggy.zip -------------------------------------------------------------------------------- /train_dreambooth_768.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thibaudart/dreambooth-768/HEAD/train_dreambooth_768.py --------------------------------------------------------------------------------