Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyangSi committed Oct 17, 2023
1 parent cacbab1 commit 76d2223
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,19 @@ class Free_UNetModel(UNetModel):
Feel free to adjust these parameters based on your models, image/video style, or tasks. The following parameters are for reference only.

### SD1.4:
**b1**: 1.2, **b2**: 1.4, **s1**: 0.9, **s2**: 0.2
**b1**: 1.3, **b2**: 1.4, **s1**: 0.9, **s2**: 0.2

### SD1.5:
**b1**: 1.5, **b2**: 1.6, **s1**: 0.9, **s2**: 0.2

### SD2.1
**b1**: 1.1, **b2**: 1.2, **s1**: 0.9, **s2**: 0.2
~~**b1**: 1.1, **b2**: 1.2, **s1**: 0.9, **s2**: 0.2~~
**b1**: 1.4, **b2**: 1.6, **s1**: 0.9, **s2**: 0.2

### SDXL
**b1**: 1.3, **b2**: 1.4, **s1**: 0.9, **s2**: 0.2
[SDXL results](https://www.youtube.com/watch?v=jTcGZKkifsA&t=1s)



### Range for More Parameters
Expand Down

0 comments on commit 76d2223

Please sign in to comment.