Instructions to use Comfy-Org/stable_diffusion_2.1_unclip_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_unclip_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
Normalize README metadata and formatting (#3)
Browse files- Normalize README metadata and formatting (c2c477aee56852533082df0de1ab9e935d6e6e03)
- Place upstream sources with model description (a3d977a87dbdd94c9bf0ad542a38cd75f0c89966)
README.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
| 3 |
tags:
|
| 4 |
-
- diffusion-single-file
|
| 5 |
- comfyui
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Stable Diffusion 2.1 UnCLIP
|
| 9 |
|
| 10 |
Repackaged model files for ComfyUI.
|
| 11 |
|
|
|
|
|
|
|
| 12 |
Place the files in the following folders:
|
| 13 |
|
| 14 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
| 3 |
tags:
|
|
|
|
| 4 |
- comfyui
|
| 5 |
+
- diffusion-single-file
|
| 6 |
+
base_model:
|
| 7 |
+
- stabilityai/stable-diffusion-2-1-unclip
|
| 8 |
---
|
| 9 |
|
| 10 |
# Stable Diffusion 2.1 UnCLIP
|
| 11 |
|
| 12 |
Repackaged model files for ComfyUI.
|
| 13 |
|
| 14 |
+
Original model repository: https://huggingface.co/stabilityai/stable-diffusion-2-1-unclip
|
| 15 |
+
|
| 16 |
Place the files in the following folders:
|
| 17 |
|
| 18 |
```
|