Hello:
Great Paper!
1) I note that there are some great results on your report which generate by Latent Consistency model(https://www.bilibili.com/video/BV1HM4m1R7s8/?spm_id_from=333.337.search-card.all.click&vd_source=a059a118f33728f79abd79e02f8f72d4). Could u tell me the parameters? (e.g, b1, b2, s1, s2)
2) In your app.py, I found that the s2 is th same as s1, Is this a typo or an
correct setting?
|
register_free_upblock2d(pip, b1=b1, b2=b2, s1=s1, s2=s1) |
|
register_free_crossattn_upblock2d(pip, b1=b1, b2=b2, s1=s1, s2=s1) |
Hello:
Great Paper!
1) I note that there are some great results on your report which generate by Latent Consistency model(https://www.bilibili.com/video/BV1HM4m1R7s8/?spm_id_from=333.337.search-card.all.click&vd_source=a059a118f33728f79abd79e02f8f72d4). Could u tell me the parameters? (e.g, b1, b2, s1, s2)
2) In your app.py, I found that the s2 is th same as s1, Is this a typo or an
correct setting?
FreeU/demo/app.py
Lines 54 to 55 in 3676d36