HunyuanDiT
Diffusers
Safetensors
English
Chinese
Tencent-Hunyuan commited on
Commit
787a186
·
verified ·
1 Parent(s): 5f024d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -116,7 +116,7 @@ We provide an `environment.yml` file for setting up a Conda environment.
116
 
117
  Installation instructions for Conda are available [here](https://docs.anaconda.com/free/miniconda/index.html).
118
 
119
- ```shell
120
  # Prepare conda environment
121
  conda env create -f environment.yml
122
 
@@ -133,7 +133,7 @@ python -m pip install git+https://github.com/Dao-AILab/[email protected].
133
  # **Download Models**
134
  To download the model, first install the huggingface-cli. Installation instructions are available [here](https://huggingface.co/docs/huggingface_hub/guides/cli):
135
 
136
- ```sh
137
  # Create a directory named 'ckpts' where the model will be saved, fulfilling the prerequisites for running the demo.
138
  mkdir ckpts
139
  # Use the huggingface-cli tool to download the model.
 
116
 
117
  Installation instructions for Conda are available [here](https://docs.anaconda.com/free/miniconda/index.html).
118
 
119
+ ```bash
120
  # Prepare conda environment
121
  conda env create -f environment.yml
122
 
 
133
  # **Download Models**
134
  To download the model, first install the huggingface-cli. Installation instructions are available [here](https://huggingface.co/docs/huggingface_hub/guides/cli):
135
 
136
+ ```bash
137
  # Create a directory named 'ckpts' where the model will be saved, fulfilling the prerequisites for running the demo.
138
  mkdir ckpts
139
  # Use the huggingface-cli tool to download the model.