Dongyang Li

Results 11 comments of Dongyang Li

InfinityGAN.yaml I create environment with the environment.yml in your project. torch=1.6.0 cuda=10.1

OK,I will try it. tanks!

https://github.com/hubert0527/infinityGAN/blob/86e4715cbea2cc0940954bf646d3957454d4e5ed/models/ops.py#L580 I'm sorry, but I have to ask you about a question. I've debugged the code up to L580 (forward function), but I still don't understand what the implementation of...

As shown in the fig3(b), the feature map seems padded by coords(XYZ), but in the code, coords and feature map are concatenated along channel dim. This is my puzzle. 😭

> As shown in the fig3(b), the feature map seems padded by coords(XYZ), but in the code, coords and feature map are concatenated along channel dim. This is my puzzle....

> Yes, you are mostly correct. > > > does all patches also have the same local latent vector Zl? > > Remind that Z_local is of shape [B, C,...

Hi, Where is the code implementation for feature unfolding (eq.3)?

好像一直都有的:放大看,会有红色和蓝色的点 ![image](https://github.com/HVision-NKU/StoryDiffusion/assets/41940277/a0524244-41e5-4713-8e0e-1a51b9836831)

主要参数是这些: seed = 2024 sd_model_path = models_dict["RealVision"] #"SG161222/RealVisXL_V4.0" general_prompt = "a woman with a white dress" #"a man with a black suit" negative_prompt = "naked, deformed, bad anatomy, disfigured, poorly...

> 仍然无法复现,另外你的prompt格式应该是用的旧的code,可以再git pull尝试一下新的代码, python gradio_app_sdxl_specific_id_low_vram.py 我用的是,Comic_Generation.ipynb。 这个文件不是最新的吗?我想本地调试