ERNIE-Image / README.md
Lexius's picture
Update model card to add ERNIE-Image Prompt Enhancer
fd41fa7
---
license: apache-2.0
---
# ERNIE-Image
Repackaged model files for ComfyUI.
Original model repository:
- https://huggingface.co/baidu/ERNIE-Image
- https://huggingface.co/baidu/ERNIE-Image-Turbo
Place the files in the following folders:
```
πŸ“‚ ComfyUI/
β”œβ”€β”€ πŸ“‚ models/
β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
β”‚ β”‚ β”œβ”€β”€ ernie-image.safetensors
β”‚ β”‚ └── ernie-image-turbo.safetensors
β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
β”‚ β”‚ β”œβ”€β”€ ernie-image-prompt-enhancer.safetensors
β”‚ β”‚ └── ministral-3-3b.safetensors
β”‚ └── πŸ“‚ vae/
β”‚ └── flux2-vae.safetensors
```