Paresh1879
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Img2Img-Controlnet-ComfyUI
|
@@ -68,7 +72,7 @@ This repository contains the Img2Img project using Controlnet on ComfyUI. It foc
|
|
68 |
|
69 |
## Models - Checkpoint and VAE
|
70 |
|
71 |
-
- Checkpoint: [
|
72 |
- VAE: [SD VAE](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt)
|
73 |
|
74 |
## KSampler Settings
|
@@ -90,4 +94,4 @@ These settings help in achieving efficient sampling while maintaining quality ou
|
|
90 |
|
91 |
A Docker file is included for easy setup and deployment.
|
92 |
|
93 |
-
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- img2img
|
5 |
+
- ComfyUI
|
6 |
+
- Controlnet
|
7 |
---
|
8 |
|
9 |
# Img2Img-Controlnet-ComfyUI
|
|
|
72 |
|
73 |
## Models - Checkpoint and VAE
|
74 |
|
75 |
+
- Checkpoint: [Dreamshaper](https://huggingface.co/Lykon/DreamShaper/blob/main/DreamShaper_8_pruned.safetensors)
|
76 |
- VAE: [SD VAE](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt)
|
77 |
|
78 |
## KSampler Settings
|
|
|
94 |
|
95 |
A Docker file is included for easy setup and deployment.
|
96 |
|
97 |
+
---
|