Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ device = "cuda"
|
|
37 |
config_path = "train/config/XVerse_config_demo.yaml"
|
38 |
|
39 |
config = config_train = get_train_config(config_path)
|
40 |
-
config["model"]["dit_quant"] = "int8-quanto"
|
41 |
config["model"]["use_dit_lora"] = False
|
42 |
model = CustomFluxPipeline(
|
43 |
config, device, torch_dtype=dtype,
|
|
|
37 |
config_path = "train/config/XVerse_config_demo.yaml"
|
38 |
|
39 |
config = config_train = get_train_config(config_path)
|
40 |
+
# config["model"]["dit_quant"] = "int8-quanto"
|
41 |
config["model"]["use_dit_lora"] = False
|
42 |
model = CustomFluxPipeline(
|
43 |
config, device, torch_dtype=dtype,
|