File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ input = "stable_diffusion_cpp/__init__.py"
3838
3939[project .urls ]
4040Homepage = " https://github.com/william-murray1204/stable-diffusion-cpp-python"
41+ Issues = " https://github.com/william-murray1204/stable-diffusion-cpp-python/issues"
42+ Documentation = " https://github.com/william-murray1204/stable-diffusion-cpp-python/blob/main/README.md"
4143
4244[tool .pytest .ini_options ]
4345testpaths = " tests"
Original file line number Diff line number Diff line change 55faulthandler .enable ()
66
77MODEL_PATH = "C:\\ stable-diffusion\\ turbovisionxlSuperFastXLBasedOnNew_tvxlV431Bakedvae.q8_0.gguf"
8- UPSCALER_MODEL_PATH = "C:\\ stable-diffusion\\ RealESRGAN_x4plus.pth"
9-
10- # stable_diffusion = StableDiffusion(upscaler_path=UPSCALER_MODEL_PATH, verbose=True)
118
129stable_diffusion = StableDiffusion (model_path = MODEL_PATH , verbose = True )
1310
You can’t perform that action at this time.
0 commit comments