mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-06-09 15:56:39 +00:00
refactor: extract Wan VAE implementation (#1614)
This commit is contained in:
parent
cfbc19d186
commit
dfb2390dd4
@ -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
Loading…
x
Reference in New Issue
Block a user