Zhang Xin

Results 4 comments of Zhang Xin

That's why I'm confused. I jumped to the definition position of the function and found that the function has already been defined. This function is only used by `I_formatter` and...

This problem still exists when using cmake.The CMakeLists file is as follows. ```cmake cmake_minimum_required(VERSION 3.28) project(project) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_SCAN_FOR_MODULES ON) add_executable(project) set(DEPENDS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/depends) set(spdlog_DIR ${DEPENDS_PATH}/spdlog/lib/cmake/spdlog) file(GLOB sources CONFIGURE_DEPENDS...

Have you solved this problem? When I decoded latents back to pixel space for loss, not only did the video memory usage become very large, but this error also occurred.

This problem can be solved by using the VAE implementation in the latest diffusers code.