Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImagingLab/FlashVSR
/ __init__
Method
__init__
diffsynth/models/svd_vae_encoder.py:5–7 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3
4
class
SVDVAEEncoder(SDVAEEncoder):
5
def
__init__(self):
6
super().__init__()
7
self.scaling_factor = 0.13025
8
9
@staticmethod
10
def
state_dict_converter():
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected