Commit 5b818bc6 authored by Your Name's avatar Your Name

Fix import name: stable_diffusion_cpp

parent de678849
......@@ -4597,7 +4597,7 @@ def main():
print(f"Trying stable-diffusion-cpp-python fallback...")
# Try stable-diffusion-cpp-python as fallback
try:
import sd
import stable_diffusion_cpp as sd
print(f"Loading with sd.cpp: {model_path}")
sd_model = sd.load_model(model_path)
......@@ -5009,7 +5009,7 @@ def main():
print(f"Trying stable-diffusion-cpp-python fallback...")
# Try stable-diffusion-cpp-python as fallback
try:
import sd
import stable_diffusion_cpp as sd
print(f"Loading with sd.cpp: {model_path}")
sd_model = sd.load_model(model_path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment