Skip to content

Commit 891538f

Browse files
Fix: Update pyproject file
1 parent dce5437 commit 891538f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

output_txt2img_0.png

-455 KB
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ input = "stable_diffusion_cpp/__init__.py"
3838

3939
[project.urls]
4040
Homepage = "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]
4345
testpaths = "tests"

tests/unload_model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
faulthandler.enable()
66

77
MODEL_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

129
stable_diffusion = StableDiffusion(model_path=MODEL_PATH, verbose=True)
1310

0 commit comments

Comments
 (0)