본문 바로가기
프로그래밍/AI

Stable Diffusion 파일 링크 모음 (checkpoint, safetensors, yaml)

by 꾸션 2023. 3. 28.

Stable Diffusion 버전별 Hugging Face의 파일 링크를 모아놓았습니다. 확장자 *.ckpt, *.safetensors, *.yaml에 해당하는 파일들입니다.

 

Stable Diffusion으로 생성한 이미지

 

더 많은 자료는 아래의 Stable Diffusion의 Hugging Face 홈페이지를 참고하세요.

 

Hugging Face – The AI community building the future.

The AI community building the future. Build, train and deploy state of the art models powered by the reference open source in machine learning.

huggingface.co

 

Stable Diffusion v1.5

Hugging Face URL

아래는 Stable Diffusion v1.5의 Hugging Face 홈페이지 링크입니다.

 

runwayml/stable-diffusion-v1-5 at main

 

huggingface.co

 

checkpoint, safetensors 파일 링크

아래의 목록은 Stable Diffusion v1.5의 checkpoint, safetensors파일 링크입니다.

v1-5-pruned-emaonly.ckpt

v1-5-pruned-emaonly.safetensors

v1-5-pruned.ckpt

v1-5-pruned.safetensors

 

yaml 파일 링크

아래는 Stable Diffusion v1.5의 yaml파일 링크입니다.

v1-inference.yaml

아래는 "v1-inference.yaml" 각 각 "v1-5-pruned-emaonly.yaml" "v1-5-pruned.yaml"로 변경 저장한 파일입니다.

v1-5-pruned-emaonly.yaml
0.00MB
v1-5-pruned.yaml
0.00MB

 

Stable Diffusion v2.0 - 해상도 512이상

Hugging Face URL

아래는 Stable Diffusion v2.0(512)의 Hugging Face 홈페이지 링크입니다.

 

stabilityai/stable-diffusion-2-base at main

Detected Pickle imports (4) "torch.FloatStorage", "collections.OrderedDict", "torch._utils._rebuild_tensor_v2", "torch.IntStorage" What is a pickle import?

huggingface.co

 

checkpoint, safetensors 파일 링크

아래의 목록은 Stable Diffusion v2.0(512)의 checkpoint, safetensors파일 링크입니다.

512-base-ema.ckpt

512-base-ema.safetensors

 

yaml 파일 링크

아래는 Stable Diffusion v2.0(512)의 yaml파일 링크입니다.

대부분 "v2-inference-v.yaml"을 사용하며, 다른 버전은 아래의 Stability-AI의 GitHub링크에서 다운로드 하세요.

※ 다운로드 받은 파일은 반드시 모델명과 동일하게 같은 위치에 저장해야 합니다.

 

GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

High-Resolution Image Synthesis with Latent Diffusion Models - GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

github.com

아래는 "v2-inference-v.yaml""512-base-ema.yaml"로 변경 저장한 파일입니다.

512-base-ema.yaml
0.00MB

 

Stable Diffusion v2.0 - 해상도 768이상

Hugging Face URL

아래는 Stable Diffusion v2.0(768)의 Hugging Face 홈페이지 링크입니다.

 

stabilityai/stable-diffusion-2 at main

Detected Pickle imports (4) "collections.OrderedDict", "torch.FloatStorage", "torch._utils._rebuild_tensor_v2", "torch.IntStorage" What is a pickle import?

huggingface.co

 

checkpoint, safetensors 파일 링크

아래의 목록은 Stable Diffusion v2.0(768)의 checkpoint, safetensors파일 링크입니다.

768-v-ema.ckpt

768-v-ema.safetensors

 

yaml 파일 링크

아래는 Stable Diffusion v2.0(768)의 yaml파일 링크입니다.

대부분 "v2-inference-v.yaml"을 사용하며, 다른 버전은 아래의 Stability-AI의 GitHub링크에서 다운로드 하세요.

※ 다운로드 받은 파일은 반드시 모델명과 동일하게 같은 위치에 저장해야 합니다.

 

GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

High-Resolution Image Synthesis with Latent Diffusion Models - GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

github.com

아래는 "v2-inference-v.yaml" "768-v-ema.yaml"로 변경 저장한 파일입니다.

768-v-ema.yaml
0.00MB

 

Stable Diffusion v2.1 - 해상도 512이상

Hugging Face URL

아래는 Stable Diffusion v2.1(512)의 Hugging Face 홈페이지 링크입니다.

 

stabilityai/stable-diffusion-2-1-base at main

 

huggingface.co

 

checkpoint, safetensors 파일 링크

아래의 목록은 Stable Diffusion v2.1(512)의 checkpoint, safetensors파일 링크입니다.

v2-1_512-ema-pruned.ckpt

v2-1_512-ema-pruned.safetensors

v2-1_512-nonema-pruned.ckpt

v2-1_512-nonema-pruned.safetensors

 

yaml 파일 링크

아래는 Stable Diffusion v2.1(512)의 yaml파일 링크입니다.

대부분 "v2-inference-v.yaml"을 사용하며, 다른 버전은 아래의 Stability-AI의 GitHub링크에서 다운로드 하세요.

※ 다운로드 받은 파일은 반드시 모델명과 동일하게 같은 위치에 저장해야 합니다.

 

GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

High-Resolution Image Synthesis with Latent Diffusion Models - GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

github.com

아래는 "v2-inference-v.yaml" 각 각 "v2-1_512-ema-pruned.yaml""v2-1_512-nonema-pruned.yaml"로 변경 저장한 파일입니다.

v2-1_512-ema-pruned.yaml
0.00MB
v2-1_512-nonema-pruned.yaml
0.00MB

 

Stable Diffusion v2.1 - 해상도 768이상

Hugging Face URL

아래는 Stable Diffusion v2.1(768)의 Hugging Face 홈페이지 링크입니다.

 

stabilityai/stable-diffusion-2-1 at main

 

huggingface.co

 

checkpoint, safetensors 파일 링크

아래의 목록은 Stable Diffusion v2.1(768)의 checkpoint, safetensors파일 링크입니다.

v2-1_768-ema-pruned.ckpt

v2-1_768-ema-pruned.safetensors

v2-1_768-nonema-pruned.ckpt

v2-1_768-nonema-pruned.safetensors

 

yaml 파일 링크

아래는 Stable Diffusion v2.1(768)의 yaml파일 링크입니다.

대부분 "v2-inference-v.yaml"을 사용하며, 다른 버전은 아래의 Stability-AI의 GitHub링크에서 다운로드 하세요.

※ 다운로드 받은 파일은 반드시 모델명과 동일하게 같은 위치에 저장해야 합니다.

 

GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

High-Resolution Image Synthesis with Latent Diffusion Models - GitHub - Stability-AI/stablediffusion: High-Resolution Image Synthesis with Latent Diffusion Models

github.com

아래는 "v2-inference-v.yaml" 각 각 "v2-1_768-ema-pruned.yaml" "v2-1_768-nonema-pruned.yaml"로 변경 저장한 파일입니다.

v2-1_768-ema-pruned.yaml
0.00MB
v2-1_768-nonema-pruned.yaml
0.00MB

반응형

댓글