Instructions to use Comfy-Org/stable_diffusion_2.1_repackaged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/stable_diffusion_2.1_repackaged with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide (#1)
Browse files- Add ComfyUI model installation guide (3ea40acb162863e258ff5ce3d607960c994bc8b3)
- Normalize README folder tree formatting (2e36673a92a1efcf79e2f63cc06f78ba8f6c9120)
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- diffusion-single-file
|
| 4 |
+
- comfyui
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Stable Diffusion 2.1
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Place the files in the following folders:
|
| 12 |
+
|
| 13 |
+
```
|
| 14 |
+
π ComfyUI/
|
| 15 |
+
βββ π models/
|
| 16 |
+
β βββ π checkpoints/
|
| 17 |
+
β β βββ 512-inpainting-ema.safetensors
|
| 18 |
+
β β βββ v2-1_768-ema-pruned.ckpt
|
| 19 |
+
β β βββ v2-1_768-ema-pruned.safetensors
|
| 20 |
+
β β βββ v2-1_768-nonema-pruned.ckpt
|
| 21 |
+
β β βββ v2-1_768-nonema-pruned.safetensors
|
| 22 |
+
```
|