SLAPaper Pang
SLAPaper Pang
 Take this screenshot as example. It seems that it only happens when top of Home have a post with long comment list. There is no such problem when opening...
## Current Behavior conda commands crash after upgrade ruamel.yaml to latest version using pip (0.15.75 as for this issue sent) ### Steps to Reproduce ``` > Traceback (most recent call...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui ### What...
It's introduced in https://huggingface.co/blog/TimothyAlexisVass/explaining-the-sdxl-latent-space which gives 3 different settings to correct the SDXL latent space, may be good for testing
## Description - Adding LCM sampler for LCM model and LCM Loras - Adding DPM++ 2M alt samplers The implementation code comes from: - LCM: https://www.bilibili.com/video/BV1TH4y1q7yG/ - DPM++ 2M alt(s):...
When using cloud syncing to backup generated images, the cloud client will lock the file that is uploading, which causes private logger writing fail if generating >1 images. In this...
I'd like to implement a internal conversational search with custom search engine and LLMs, would it be easy to do so? (i.e. is there a plugable interface/plugin system?) Or is...
related: https://github.com/comfyanonymous/ComfyUI/issues/2197 Now the pretrained-weight and inference code is released: https://github.com/showlab/X-Adapter
How to automatically save the transparent image?
Typing stubs can help IDEs and linters generating proper auto-completion and type-checking on the API, which would be helpful when developing. reference: https://typing.readthedocs.io/en/latest/source/stubs.html reference: https://typing.readthedocs.io/en/latest/source/writing_stubs.html