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

bee version 2.4.3 cannot import "juggernautXL_v7Rundiffusion.safetensors" model from civitai #488

Open
h0nor opened this issue Dec 24, 2023 · 6 comments

Comments

@h0nor
Copy link

h0nor commented Dec 24, 2023

Cannot import the model I downloaded from civitai, "juggernautXL_v7Rundiffusion.safetensors"
I am using bee version 2.4.3
Mac Pro M1 32 GB/ macOS Monterey

Error while importing Traceback (most recent call last): File "diffusionbee_backend.py", line 212, in File "convert_model.py", line 97, in convert _model ValueError: The model is not supported. Please make sure it is a valid SD 1.4/1.5/2.1 .ckpt/safetensor file [345581 Failed to execute script 'diffusionbee_backend' due to unhandled exception

Screen Shot 2023-12-24 at 21 53 36
@l0stl0rd
Copy link

I have that issue with all the custom SDXL models I tried.

@sfxphil
Copy link

sfxphil commented Dec 27, 2023

Having exact same issue with that model

@thisplantguy
Copy link

thisplantguy commented Dec 28, 2023

Same here as well. The SDXL base model works but no custom models even let me load them into the app. Seems like the 2.4.3 version supporting SDXL wasn't implemented properly. EDIT: I tried to install multiple SDXL 1.0 models (as filtered by civit.ai) but none worked, all gave that same error message as the OP.

@mikestreed
Copy link

mikestreed commented Jan 10, 2024

The built-in SDXL base model downloads a TDICT file directly, instead of the safetensors file you get from Civit. Seems SDXL will work fine with a TDICT file but the function to convert safetensors to TDICT on import doesnt work (yet). I assume and hope this will be the next major thing to fix, as well as proper Lora support. By far the 2 most important missing features at the moment, imo.

@divamgupta
Copy link
Owner

divamgupta commented Jan 10, 2024 via email

@mikestreed
Copy link

Thanks for Juggernaught and RealVis! Would be nice to be able to use any XL model we want eventually (especially the XL Turbo models),.. is there a way we can manually convert to TDICT elsewhere to import? Or is TDICT proprietary to you? (I cant find any other info on it).

Also a question: why are the TDICT files like 4.5GB for an XL model where the safetensors file is 6-8GB.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants