DJCan commited on
Commit
7e091c7
1 Parent(s): 701514f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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