Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] #455

Closed
magicsansun opened this issue Nov 12, 2023 · 3 comments
Closed

[Bug] #455

magicsansun opened this issue Nov 12, 2023 · 3 comments
Labels
🤔 Need Reproduce Further information is requested | 需要更多信息复现

Comments

@magicsansun
Copy link

💻 系统环境 | Operating System

macOS

🌐 浏览器 | Browser

Chrome

📦 SD Wbui 版本或提交 | Version or Commit

No response

📦 Lobe Theme 版本或提交 | Version or Commit

No response

🐛 问题描述 | Bug Description

To create a public link, set share=True in launch().
[Lobe]: Initializing Lobe
Startup time: 22.9s (prepare environment: 17.3s, import torch: 1.3s, import gradio: 0.4s, setup paths: 0.4s, initialize shared: 0.2s, other imports: 0.5s, load scripts: 1.0s, create ui: 1.2s, gradio launch: 0.2s, app_started_callback: 0.2s).
Applying attention optimization: sub-quadratic... done.
Model loaded in 23.3s (load weights from disk: 1.0s, create model: 0.7s, apply weights to model: 16.9s, apply half(): 0.3s, apply dtype to VAE: 0.8s, move model to device: 0.3s, load textual inversion embeddings: 0.1s, calculate empty prompt: 3.0s).
2023-11-13 02:16:09,651 - ControlNet - INFO - Preview Resolution = -1
2023-11-13 02:16:40,602 - ControlNet - INFO - Preview Resolution = 1024
2023-11-13 02:16:46,273 - ControlNet - INFO - Loading preprocessor: reference_only
2023-11-13 02:16:46,273 - ControlNet - INFO - preprocessor resolution = -1
2023-11-13 02:16:46,800 - ControlNet - INFO - Loading model: control_v11p_sd15_canny [d14c016b]
2023-11-13 02:16:47,379 - ControlNet - INFO - Loaded state_dict from [/Users/zhourongyang/stable-diffusion-webui/models/ControlNet/control_v11p_sd15_canny.pth]
2023-11-13 02:16:47,379 - ControlNet - INFO - controlnet_default_config
2023-11-13 02:16:48,616 - ControlNet - INFO - ControlNet model control_v11p_sd15_canny [d14c016b] loaded.
2023-11-13 02:16:48,642 - ControlNet - INFO - Loading preprocessor: canny
2023-11-13 02:16:48,642 - ControlNet - INFO - preprocessor resolution = 1024
2023-11-13 02:16:48,704 - ControlNet - INFO - ControlNet Hooked - Time = 2.575516939163208
0%| | 0/20 [00:00<?, ?it/s]2023-11-13 02:16:54,585 - ControlNet - INFO - ControlNet used torch.float32 VAE to encode torch.Size([1, 4, 128, 128]).
(mpsFileLoc): /AppleInternal/Library/BuildRoots/75428952-3aa4-11ee-8b65-46d450270006/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShadersGraph/mpsgraph/MetalPerformanceShadersGraph/Core/Files/MPSGraphUtilities.mm:39:0: error: 'mps.matmul' op contracting dimensions differ 2048 & 768
(mpsFileLoc): /AppleInternal/Library/BuildRoots/75428952-3aa4-11ee-8b65-46d450270006/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShadersGraph/mpsgraph/MetalPerformanceShadersGraph/Core/Files/MPSGraphUtilities.mm:39:0: note: see current operation: %5 = "mps.matmul"(%arg0, %4) <{transpose_lhs = false, transpose_rhs = false}> : (tensor<2x77x2048xf16>, tensor<768x320xf16>) -> tensor<2x77x320xf16>
/AppleInternal/Library/BuildRoots/75428952-3aa4-11ee-8b65-46d450270006/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShadersGraph/mpsgraph/MetalPerformanceShadersGraph/Core/Files/MPSGraphComputePackage.mm:180: failed assertion `expected a valid model URL'
./webui.sh: line 255: 2142 Abort trap: 6 "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
zhourongyang@NEXIEW-MBP stable-diffusion-webui % /opt/homebrew/Cellar/[email protected]/3.10.13_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '

🚦 期望结果 | Expected Behavior

No response

📷 复现步骤 | Recurrence Steps

No response

📝 补充信息 | Additional Information

No response

@magicsansun magicsansun added the 🐛 Bug Something isn't working | 缺陷 label Nov 12, 2023
@lobehubbot
Copy link
Member

👀 @magicsansun

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

@canisminor1990 canisminor1990 added 🤔 Need Reproduce Further information is requested | 需要更多信息复现 and removed 🐛 Bug Something isn't working | 缺陷 labels Nov 23, 2023
@lobehubbot
Copy link
Member

👋 @{{ github.event.issue.user.login }}


Since the issue was labeled with 🤔 Need Reproduce, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply.
由于该 issue 被标记为需要更多信息,却 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。

@lobehubbot lobehubbot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2023
@lobehubbot
Copy link
Member

@magicsansun

This issue is closed, If you have any questions, you can comment and reply.
此问题已经关闭。如果您有任何问题,可以留言并回复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤔 Need Reproduce Further information is requested | 需要更多信息复现
Projects
None yet
Development

No branches or pull requests

3 participants