[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/william-murray1204/stable-diffusion-cpp-python
	fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
	auto = 0
[http "https://github.com/"]
	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0NzbTV1RzBMdTZZYzI1VVlZOVB2WkNCU2RJR29kQTNFUWNtVQ==
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "vendor/stable-diffusion.cpp"]
	active = true
	url = https://github.com/leejet/stable-diffusion.cpp.git
