Reggie Lee

Results 7 issues of Reggie Lee

The model architecture is Unet-based model, but why there is no any skip connection?

How can I use this openpose model with huggingface diffusers?

Hi, thanks very much for your work. when I run the code base Development rules, got a network error, may I get your help? 1. npm install --- under web_app...

is there any one can run the gradio?

Great work! I have already got a .pyi file, but when I execute import OpenImageIO as oiio in my python script, there is still a error "No module named as...

question

Hi sir, I did not found the comput normal(4*slower) button on the gradio page ![image](https://github.com/user-attachments/assets/9490d42c-9475-4de4-b3a8-7425b841adb4)

here is my code: ` def save_checkpoint(self, global_step: int, epoch: int, loss: float): # 定义检查点目录路径 checkpoint_dir = self.output_dir / f'checkpoint-e-{epoch}-s-{global_step}' # 保存所有被 aacelerator.prepare() 处理过的对象的状态 self.accelerator.save_state(checkpoint_dir) metadata = { "global_step": global_step,...