ChromiumPlutoniumAI commited on
Commit
06c5804
·
verified ·
1 Parent(s): aafedd1

Create model_config.py

Browse files
Files changed (1) hide show
  1. model_config.py +10 -0
model_config.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ class PornXConfig:
2
+ def __init__(self):
3
+ self.model_name = "PornX_AI"
4
+ self.version = "v5.0"
5
+ self.architecture = {
6
+ "backbone": "stable-video-xl",
7
+ "vae": "pornx-vae-v5",
8
+ "scheduler": "px-dpm-karras"
9
+ }
10
+