Closed kyumin133 closed 1 year ago
Try extracting sd_disable_initialization.py
from this file and then move it into the modules
folder, replacing the existing file. Let me know if that helps or if you get a different traceback.
That worked great, thanks!
That worked great, thanks!
My problem is like yours:
Epoch GPU_mem box_loss cls_loss dfl_loss Instances Size
0%| | 0/39 [00:00<?, ?it/s]/Users/marconivasconcelos/miniforge3/envs/yolov8/lib/python3.10/site-packages/torch/amp/autocast_mode.py:250: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling
warnings.warn(
0%| | 0/39 [00:08<?, ?it/s]
Traceback (most recent call last):
File "/Users/marconivasconcelos/miniforge3/envs/yolov8/bin/yolo", line 8, in
How can I solve this? Thank you!
This bug is fixed in both 20230831_experimental and v1.6.0-mac-builds so I'm closing this issue.
@marconileal Is this different software you need support with? I'd recommend creating an issue on the repository for that software if that is the case.
Is there an existing issue for this?
What happened?
I tried installing the 20230822 release. It installed successfully, but when I copied in a model into /models/Stable-diffusion, it fails. The UI does launch, but the model does not load and it does not run properly. This model runs fine on the regular stable-diffusion-webui. I did notice that a
.ckpt
model worked fine, but.safetensors
does not seem to work.This is on a MacBookAir M1 2020, on Ventura 13.5.1.
Steps to reproduce the problem
.safetensors
modelWhat should have happened?
Model should load
Commit where the problem happens
ac11482a0369668b2f926236f1b6fa54b8e5b9c2
What platforms do you use to access the UI ?
MacOS
What browsers do you use to access the UI ?
Apple Safari
Command Line Arguments
List of extensions
No
Console logs
Additional information
No response