배현웅 HyunWoong Bae
배현웅 HyunWoong Bae
I'm impressed with your work. 1. About normalization I wonder if the l2 normalization of embeddings of pixel i $i \in I$ and prototypes $p_{c,k}$ exists in your code. If...
Hello, I'm interested in your work and try some simple things based on your work. While i'm inspecting your code, I found some problem. I want to know whether it...
### Describe the bug Segmentation fault (core dump) in the TextToVideoZeroPipeline inference ### Reproduction Following https://huggingface.co/docs/diffusers/v0.29.0/en/api/pipelines/text_to_video_zero#usage-example ``` import torch from diffusers import TextToVideoZeroPipeline model_id = "runwayml/stable-diffusion-v1-5" pipe = TextToVideoZeroPipeline.from_pretrained(model_id, torch_dtype=torch.float16).to("cuda")...