ascust commited on
Commit
8a15d46
·
verified ·
1 Parent(s): 88f83c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -39,9 +39,15 @@ from core.tools.inference_pipe import init_pipe
39
 
40
  device = torch.device('cuda:0')
41
  dtype = torch.bfloat16
42
- resolution = 512
43
  repo_name = "amd/Nitro-E"
 
 
44
  ckpt_name = 'Nitro-E-512px.safetensors'
 
 
 
 
 
45
  use_grpo = True
46
 
47
  if use_grpo:
 
39
 
40
  device = torch.device('cuda:0')
41
  dtype = torch.bfloat16
 
42
  repo_name = "amd/Nitro-E"
43
+
44
+ resolution = 512
45
  ckpt_name = 'Nitro-E-512px.safetensors'
46
+
47
+ # for 1024px model
48
+ # resolution = 1024
49
+ # ckpt_name = 'Nitro-E-1024px.safetensors'
50
+
51
  use_grpo = True
52
 
53
  if use_grpo: