├── LICENSE ├── README.md ├── compare.png ├── inference.ipynb ├── requirements.txt ├── sd15.py └── sdxl.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/README.md -------------------------------------------------------------------------------- /compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/compare.png -------------------------------------------------------------------------------- /inference.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/inference.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/requirements.txt -------------------------------------------------------------------------------- /sd15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/sd15.py -------------------------------------------------------------------------------- /sdxl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethansmith2000/StableTwoUnet/HEAD/sdxl.py --------------------------------------------------------------------------------