Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,7 @@ python3 setup.py install
|
|
31 |
**Notes:**
|
32 |
- The pipeline uses the `EulerDiscreteScheduler` by default. We recommend using this scheduler with `guidance scale=5.0` and `num_inference_steps=50`.
|
33 |
- The pipeline also supports the `EDMDPMSolverMultistepScheduler`. `guidance scale=5.0` and `num_inference_steps=25` is a good default for this scheduler.
|
|
|
34 |
|
35 |
And then you can run:
|
36 |
```python
|
|
|
31 |
**Notes:**
|
32 |
- The pipeline uses the `EulerDiscreteScheduler` by default. We recommend using this scheduler with `guidance scale=5.0` and `num_inference_steps=50`.
|
33 |
- The pipeline also supports the `EDMDPMSolverMultistepScheduler`. `guidance scale=5.0` and `num_inference_steps=25` is a good default for this scheduler.
|
34 |
+
- In addition to Text-to-Image, `KolorsImg2ImgPipeline` also supports Image-to-Image.
|
35 |
|
36 |
And then you can run:
|
37 |
```python
|