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
If you are trying to use a GGUF checkpoint for the `HiDream-ai/HiDream-E1-Full` model, you will have to pass in a `config` argument to properly configure the model. This is because the HiDream I1 and E1 models share the same state dict keys, so it is currently not possible to automatically infer the model type from the checkpoint itself.
36
40
37
41
```python
38
-
from diffusers import HiDreamImageTransformer2DModel
42
+
from diffusers importGGUFQuantizationConfig, HiDreamImageTransformer2DModel
0 commit comments