typo
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ The easiest way to download the pretrained weights is from HuggingFace:
|
|
104 |
# first, ensure git-lfs is installed, see: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
|
105 |
git lfs install
|
106 |
# clone and move the weights
|
107 |
-
git clone https://huggingface.co/
|
108 |
```
|
109 |
Our method is fully compatible with [SDXL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), [VAE](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix), [ControlNet](https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic), and [Image Encoder](https://huggingface.co/h94/IP-Adapter/tree/main/sdxl_models/image_encoder).
|
110 |
Please download them and place them in the ./base_models folder.
|
|
|
104 |
# first, ensure git-lfs is installed, see: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
|
105 |
git lfs install
|
106 |
# clone and move the weights
|
107 |
+
git clone https://huggingface.co/InstantX/CSGO
|
108 |
```
|
109 |
Our method is fully compatible with [SDXL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), [VAE](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix), [ControlNet](https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic), and [Image Encoder](https://huggingface.co/h94/IP-Adapter/tree/main/sdxl_models/image_encoder).
|
110 |
Please download them and place them in the ./base_models folder.
|