alexnasa commited on
Commit
3bc1e07
·
verified ·
1 Parent(s): 87807ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,