Peter Pan

Results 91 comments of Peter Pan

Same requirement here. When I tried to find some API like https://github.com/goharbor/harbor/issues/5073 the harborctl still not working well..

sorry to jump in : I think the current roadmap will be **out-of-tree** connector implementation, instead of **in-tree** methodology . `vllm/distributed/kv_transfer/kv_connector/v1/base.py` defines the API spec, and those connectors like `LMCache_Connector`...

I'm testing this patch (0) I've modified @ShadowCrafter011 's Dockerfile a bit as below , ``` - FROM python:3.10-bookworm + FROM python:3.10 ... - RUN ./webui.sh --skip-torch-cuda-test --prepare-environment-only + RUN...

Hi, @ShadowCrafter011 , I've created another PR https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/16737 to push the progress , since we do need a image now :-) which we together are co-author, can you please double...

> universonic/stable-diffusion-webui at the docker hub Hi, @silveroxides amazing, glad to see that . I found docker image's source code here , am I right ? https://github.com/universonic/docker-stable-diffusion-webui Per my understanding...

Thank you both for your explanation @w-e-w @silveroxides After checking github insight, I have just come to realize the vulnerability of community governance in this great and popular repository. It...

👀, in theory, are we suppose to support DSA already ?

my trial doesn't work on changing gradio_web_demo.py as below ``` generate_button.click( generate, inputs=[prompt, num_inference_steps, guidance_scale, num_frames], outputs=[video_output, download_video_button, download_gif_button], + concurrency_limit=3 ) enhance_button.click(enhance_prompt_func, inputs=[prompt], outputs=[prompt]) if __name__ == "__main__": +...

Currently hugging face Space for CogVideo can only serve one request at a time, the following will wait in queue. but I think CogVideo can support many users running parallel,...