-
Notifications
You must be signed in to change notification settings - Fork 295
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
Error: TypeError: Got unsupported ScalarType BFloat16 #127
Comments
I had the same problem. I reinstalled everything I could, nothing helped. I just found the solution in another thread: |
thanks, the dev2 really fixed the problem. What is wrong with the new version... |
Google actually updated Colab's python, so most of the programs written on it have to update their codes. Nothing is bad with this extension, the problem is in Colab. Try using this command and it should work:
|
I am using the webui local, but still got the problem. |
I recommend rolling back to |
Thank you for reporting. I will fix this today. |
fix bf16 model , conv2d 3x3, >320 dim close #127
Error running process_batch: C:\Users\zach1\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\additional_networks.py
Traceback (most recent call last):
File "C:\Users\zach1\stable-diffusion-webui\modules\scripts.py", line 395, in process_batch
script.process_batch(p, *script_args, **kwargs)
File "C:\Users\zach1\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\additional_networks.py", line 216, in process_batch
network, info = lora_compvis.create_network_and_apply_compvis(du_state_dict, weight_tenc, weight_unet, text_encoder, unet)
File "C:\Users\zach1\stable-diffusion-webui\extensions\sd-webui-additional-networks\scripts\lora_compvis.py", line 131, in create_network_and_apply_compvis
modules_alpha[lora_name] = float(value.detach().cpu().numpy())
TypeError: Got unsupported ScalarType BFloat16
The lora models works in the a1111 webui.
The text was updated successfully, but these errors were encountered: