teftef6220

Results 21 comments of teftef6220

Thank you very much. Please feel free to submit a PR.

Thanks for the comment. Thats alright , We use denoising step [1:50] to set strength.

Thanks for the comments. My environment is python 3.10, and it is working.

Thanks for your comments. We have to find out how compatible our project is with Gradio. This may take some time, but I will share it with the developer team.

Thanks for your comments. We have to find out how compatible our project is with ComfyUI. This may take some time, but I will share it with the developer team.

Thanks for the comment. We have identified multiple implementations. https://github.com/Limitex/ComfyUI-Diffusers Thanks to all who have implemented them.

Thanks for the report. We have tried working with python 3.11. We developed on python 3.10 and it is stable with 3.10. We recommend running with version 3.10. If anyone...

Thanks for the comment. Try changing the value of `t_index_list`. By default `cfg_type` is set to `none `Change it to `full` and try it. (I recommend using a `guidance_scale` value...

Thanks for your insight. Changing the cfg_type in `txt2img` is a bit of a challenge since it requires modifying the contents of the `pipeline`, but We will discuss this among...

Thanks for the report. That part is being fixed by us. Right now we have the initial 2 frames of the output video. ` write_video(output, video_result[2:], fps=fps) ` Try changing...