Replies: 2 comments 1 reply
-
I got past this by removing cd path/to/stable-diffusion-webui
conda activate web-ui
mv repositories/k-diffusion repositories/k-diffusion-old
python ./launch.py --skip-torch-cuda-test |
Beta Was this translation helpful? Give feedback.
0 replies
-
缘由: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python 3.10.9 (main, Mar 1 2023, 12:20:14) [Clang 14.0.6 ]
Version: v1.4.1
Commit hash: f865d3e
Installing requirements
Launching Web UI with arguments: --skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate
No module 'xformers'. Proceeding without it.
Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled
Traceback (most recent call last):
File "/Users/pro/stable-diffusion-webui/launch.py", line 38, in
main()
File "/Users/pro/stable-diffusion-webui/launch.py", line 34, in main
start()
File "/Users/pro/stable-diffusion-webui/modules/launch_utils.py", line 340, in start
import webui
File "/Users/pro/stable-diffusion-webui/webui.py", line 49, in
from modules import shared, sd_samplers, upscaler, extensions, localization, ui_tempdir, ui_extra_networks, config_states
File "/Users/pro/stable-diffusion-webui/modules/sd_samplers.py", line 1, in
from modules import sd_samplers_compvis, sd_samplers_kdiffusion, shared
File "/Users/pro/stable-diffusion-webui/modules/sd_samplers_kdiffusion.py", line 52, in
'polyexponential': k_diffusion.sampling.get_sigmas_polyexponential
AttributeError: module 'k_diffusion.sampling' has no attribute 'get_sigmas_polyexponential'. Did you mean: 'get_sigmas_exponential'?
apple M1 mac os 13.4.1
Beta Was this translation helpful? Give feedback.
All reactions