Lévy飞鸟

Results 15 issues of Lévy飞鸟

2. 表格无法显示边框,看起来很乱,希望能加上。 ![image](https://user-images.githubusercontent.com/102355527/161378136-b21c88cd-1438-47e7-b3ae-97b03ff440f6.png) 4. jsdelivr的cdn现在速度并不快。能否换为类似这个http://cdn.bytedance.com/?query=hexo-theme-next&version=8.10.0

Whether annotated text can be ignored during spell checking?

Hi, congratulations on your excellent work! I wonder whether you can provide a license for your code. Thanks.

Hi, congratulations on your wonderful job! https://github.com/jina-ai/discoart/blob/6bd664f203109ccd08bf06e74732cd02be5b734c/discoart/runner.py#L321 I find that you also provide the sampling method PLMS from [Pseudo Numerical Methods for Diffusion Models on Manifolds](https://arxiv.org/abs/2202.09778). Is it useful in...

When I download one from internet, how can I use it directly.

Hi, very interesting work! I use your code and find that a bigger batch size cannot benefit the OOD results. Is this true?

```python sink = wds.TarWriter('test.tar') image_byte = io.BytesIO() image = Image.fromarray(numpy.uint8(torch.randint(0, 256, (256, 256, 3)))) image.save(image_byte, format='webp') sink.write({ '__key__': 'sample001', 'txt': 'Are you ok?', 'jpg': torch.rand(256, 256, 3).numpy(), 'webp': image_byte.getvalue() })...

enhancement
faq

Hi, congratulations on your excellent job! https://github.com/bjing2016/subspace-diffusion/blob/057822775fa4106709f9d445b44944c17896ce56/upsampling.py#L25-L33 I find that the upsampling_fn just increases the resolution of the input. I want to know whether the PCA analysis is useful in...

salesforce-lavis 1.0.2 requires transformers=4.25.0, but you have transformers 4.40.0 which is incompatible.