You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only have a legacy GPU with 24 GB vram, When I try to run sd3.5_large with controlenet blur it reports RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle) Seems lack of vram.
Then I try to run the sd3.5_medium model with the same controlenet
it report Loading SD3 model sd3.5_medium.safetensors...
Skipping key 'context_embedder.bias' in safetensors file as 'context_embedder' does not exist in python model
Skipping key 'context_embedder.weight' in safetensors file as 'context_embedder' does not exist in python model
W: shape mismatch for key controlnet_blocks.0.bias, torch.Size([1536]) != torch.Size([2432])
W: shape mismatch for key controlnet_blocks.0.weight, torch.Size([1536, 1536]) != torch.Size([2432, 2432])
W: shape mismatch for key controlnet_blocks.1.bias, torch.Size([1536]) != torch.Size([2432])
W: shape mismatch for key controlnet_blocks.1.weight, torch.Size([1536, 1536]) != torch.Size([2432, 2432])
W: shape mismatch for key controlnet_blocks.10.bias, torch.Size([1536]) != torch.Size([2432])
W: shape mismatch for key controlnet_blocks.10.weight, torch.Size([1536, 1536]) != torch.Size([2432, 2432])
W: shape mismatch for key controlnet_blocks.11.bias, torch.Size([1536]) != torch.Size([2432])
Any suggestions? Do we have a medium version controlnets for sd3.5_medium?
The text was updated successfully, but these errors were encountered:
yixingjia
changed the title
blur/canny/depth controlnets for sd3.5_medium support the
blur/canny/depth controlnets for sd3.5_medium support
Nov 27, 2024
I only have a legacy GPU with 24 GB vram, When I try to run sd3.5_large with controlenet blur it reports RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling
cublasCreate(handle)
Seems lack of vram.Then I try to run the sd3.5_medium model with the same controlenet
it report Loading SD3 model sd3.5_medium.safetensors...
Skipping key 'context_embedder.bias' in safetensors file as 'context_embedder' does not exist in python model
Skipping key 'context_embedder.weight' in safetensors file as 'context_embedder' does not exist in python model
W: shape mismatch for key controlnet_blocks.0.bias, torch.Size([1536]) != torch.Size([2432])
W: shape mismatch for key controlnet_blocks.0.weight, torch.Size([1536, 1536]) != torch.Size([2432, 2432])
W: shape mismatch for key controlnet_blocks.1.bias, torch.Size([1536]) != torch.Size([2432])
W: shape mismatch for key controlnet_blocks.1.weight, torch.Size([1536, 1536]) != torch.Size([2432, 2432])
W: shape mismatch for key controlnet_blocks.10.bias, torch.Size([1536]) != torch.Size([2432])
W: shape mismatch for key controlnet_blocks.10.weight, torch.Size([1536, 1536]) != torch.Size([2432, 2432])
W: shape mismatch for key controlnet_blocks.11.bias, torch.Size([1536]) != torch.Size([2432])
Any suggestions? Do we have a medium version controlnets for sd3.5_medium?
The text was updated successfully, but these errors were encountered: