--- license: apache-2.0 --- ### The current model contributor has not provided a more detailed model description. Model files and weights can be accessed on the "Model Files" page. #### You can download the model using the `git clone` command below, or via the ModelScope SDK. SDK Download ```bash # Install ModelScope pip install modelscope ``` ```python # SDK model download from modelscope import snapshot_download model_dir = snapshot_download('DiffSynth-Studio/General-Image-Encoders') ``` Git Download ``` # Git model download git clone https://www.modelscope.cn/DiffSynth-Studio/General-Image-Encoders.git ```
If you are the contributor of this model, we invite you to improve the model card content promptly by following the model contribution guidelines.