--- 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 # Download model using SDK from modelscope import snapshot_download model_dir = snapshot_download('DiffSynth-Studio/ArtAug-lora-FLUX.1dev-v1') ``` Git Download ``` # Git model download git clone https://www.modelscope.cn/DiffSynth-Studio/ArtAug-lora-FLUX.1dev-v1.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.