mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-30 23:00:41 -05:00
refactor: extract Wan VAE implementation (#1614)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "ltxv.hpp"
|
||||
#include "vae.hpp"
|
||||
#include "wan.hpp"
|
||||
#include "wan_vae.hpp"
|
||||
|
||||
namespace LTXVAE {
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
#include "upscaler.h"
|
||||
#include "vae.hpp"
|
||||
#include "wan.hpp"
|
||||
#include "wan_vae.hpp"
|
||||
#include "z_image.hpp"
|
||||
|
||||
#include "latent-preview.h"
|
||||
|
||||
1346
src/wan.hpp
1346
src/wan.hpp
File diff suppressed because it is too large
Load Diff
1361
src/wan_vae.hpp
Normal file
1361
src/wan_vae.hpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user