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
Tried running on:
MacBook Air M1 16GB
MacOS Ventura 13.0 (22A380)
Xcode 14.0.1 (14A400)
And got this error:
maple_diffusion/MapleDiffusion.swift:18: Fatal error: Unexpectedly found nil while unwrapping an Optional value
2022-10-31 16:33:10.431161+0100 maple-diffusion[91931:1445876] maple_diffusion/MapleDiffusion.swift:18: Fatal error: Unexpectedly found nil while unwrapping an Optional value
(lldb)
Seems like the files where generated on the bin folder:
Any idea what could be wrong?
Cheers from Stockholm!
The text was updated successfully, but these errors were encountered:
I just pushed the missing file (alphas_cumprod.bin) directly to the repo, and I think Dreambooth models should load without crashing now. AFAIK all Stable Diffusion-derived models use the same alphas_cumprod, so it should be safe to include for everyone.
Thanks for sharing this, absolutely amazing!
Tried running on:
MacBook Air M1 16GB
MacOS Ventura 13.0 (22A380)
Xcode 14.0.1 (14A400)
And got this error:
maple_diffusion/MapleDiffusion.swift:18: Fatal error: Unexpectedly found nil while unwrapping an Optional value
2022-10-31 16:33:10.431161+0100 maple-diffusion[91931:1445876] maple_diffusion/MapleDiffusion.swift:18: Fatal error: Unexpectedly found nil while unwrapping an Optional value
(lldb)
Seems like the files where generated on the bin folder:
Any idea what could be wrong?
Cheers from Stockholm!
The text was updated successfully, but these errors were encountered: