Update README.md
Browse files
README.md
CHANGED
@@ -71,6 +71,21 @@ This repository contains the Img2Img project using Controlnet on ComfyUI. It foc
|
|
71 |
- Checkpoint: [Realistic Vision](https://huggingface.co/numeraz/realisticvisionv60B1/blob/main/realisticVisionV60B1_v51VAE.safetensors)
|
72 |
- VAE: [SD VAE](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt)
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
## Docker
|
75 |
|
76 |
A Docker file is included for easy setup and deployment.
|
|
|
71 |
- Checkpoint: [Realistic Vision](https://huggingface.co/numeraz/realisticvisionv60B1/blob/main/realisticVisionV60B1_v51VAE.safetensors)
|
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
|
75 |
+
|
76 |
+
The following settings were used in the KSampler (Efficient) node for ComfyUI:
|
77 |
+
|
78 |
+
- **Seed**: 4091745839
|
79 |
+
- **Steps**: 20
|
80 |
+
- **CFG**: 4.0
|
81 |
+
- **Sampler Name**: dpmpp_3m_sde_gpu
|
82 |
+
- **Scheduler**: karras
|
83 |
+
- **Denoise**: 1.00
|
84 |
+
- **Preview Method**: auto
|
85 |
+
- **VAE Decode**: true
|
86 |
+
|
87 |
+
These settings help in achieving efficient sampling while maintaining quality output in the ComfyUI framework.
|
88 |
+
|
89 |
## Docker
|
90 |
|
91 |
A Docker file is included for easy setup and deployment.
|