Update README.md
Browse files
README.md
CHANGED
@@ -45,10 +45,10 @@ pip install -r requirements.txt
|
|
45 |
|
46 |
## Download
|
47 |
|
48 |
-
You can download the OmniConsistency model and
|
49 |
Or download using Python script:
|
50 |
|
51 |
-
###
|
52 |
|
53 |
```python
|
54 |
from huggingface_hub import hf_hub_download
|
@@ -75,7 +75,7 @@ hf_hub_download(repo_id="showlab/OmniConsistency", filename="LoRAs/Snoopy_rank12
|
|
75 |
hf_hub_download(repo_id="showlab/OmniConsistency", filename="LoRAs/Van_Gogh_rank128_bf16.safetensors", local_dir="./LoRAs")
|
76 |
hf_hub_download(repo_id="showlab/OmniConsistency", filename="LoRAs/Vector_rank128_bf16.safetensors", local_dir="./LoRAs")
|
77 |
```
|
78 |
-
###
|
79 |
```python
|
80 |
from huggingface_hub import hf_hub_download
|
81 |
hf_hub_download(repo_id="showlab/OmniConsistency", filename="OmniConsistency.safetensors", local_dir="./Model")
|
|
|
45 |
|
46 |
## Download
|
47 |
|
48 |
+
You can download the OmniConsistency model and trained LoRAs directly from [Hugging Face](https://huggingface.co/showlab/OmniConsistency).
|
49 |
Or download using Python script:
|
50 |
|
51 |
+
### Trained LoRAs
|
52 |
|
53 |
```python
|
54 |
from huggingface_hub import hf_hub_download
|
|
|
75 |
hf_hub_download(repo_id="showlab/OmniConsistency", filename="LoRAs/Van_Gogh_rank128_bf16.safetensors", local_dir="./LoRAs")
|
76 |
hf_hub_download(repo_id="showlab/OmniConsistency", filename="LoRAs/Vector_rank128_bf16.safetensors", local_dir="./LoRAs")
|
77 |
```
|
78 |
+
### OmniConsistency Model
|
79 |
```python
|
80 |
from huggingface_hub import hf_hub_download
|
81 |
hf_hub_download(repo_id="showlab/OmniConsistency", filename="OmniConsistency.safetensors", local_dir="./Model")
|