git clone 하듯 받을수 있을것 같기도 한데..
아무튼 파이썬을 통해서 한번에 받는 방법
step 1.
hugging face 아래에 복사 아이콘 (like 2 왼쪽) 을 누른다.

[링크 : https://huggingface.co/lysandre/arxiv-nlp]
step 2.
pip 로 huggingface_hub 패키지를 설치한다.
step 3.
python 실행해서 아래를 따라한다.
| 전체 리포지토리 다운로드하기 snapshot_download() 함수는 특정 버전의 전체 리포지토리를 다운로드합니다. 이 함수는 내부적으로 hf_hub_download() 함수를 사용하므로, 다운로드한 모든 파일은 로컬 디스크에 캐시되어 저장됩니다. 다운로드는 여러 파일을 동시에 받아오기 때문에 빠르게 진행됩니다. 전체 리포지토리를 다운로드하려면 repo_id와 repo_type을 인자로 넘겨주면 됩니다: from huggingface_hub import snapshot_download snapshot_download(repo_id="lysandre/arxiv-nlp") |
[링크 : https://huggingface.co/docs/huggingface_hub/ko/guides/download]
음.. 걍 하나씩 받을까 -_-
| Download complete: : 2.52GB [03:13, 50.8MB/s] 'C:\\Users\\minimonk\\.cache\\huggingface\\hub\\models--unsloth--Llama-OuteTTS-1.0-1B\\snapshots\\52b901173c6cf817148fdaef981e52408332c3ca' |
'프로그램 사용 > ai 프로그램' 카테고리의 다른 글
| supertone/supertonic3 시도 (0) | 2026.05.10 |
|---|---|
| outetts 시도 (0) | 2026.05.10 |
| stable diffusion 사용법 (0) | 2026.05.09 |
| stable diffusion python service (0) | 2026.05.08 |
| opencode + qwen3.6 35b q2 사용 테스트 (0) | 2026.05.08 |
