YGu1998 commited on
Commit
4909431
·
verified ·
1 Parent(s): 2f87966

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -53,7 +53,7 @@ unify acceleration techniques across both diffusion- and flow-based generators.
53
 
54
  ```bash
55
  # download model files from this repo
56
- git clone https://huggingface.co/YGu1998/SiD-alpha-DiT-SD3.5-medium
57
 
58
  # install packages
59
 
@@ -76,7 +76,7 @@ else:
76
  torch_dtype = torch.float32
77
  device = "cpu"
78
 
79
- model_repo_id = "YGu1998/SiD-alpha-DiT-SD3.5-medium"
80
 
81
  prompt = ["a studio portrait of an elderly woman smiling, soft window light, 85mm lens"]
82
 
 
53
 
54
  ```bash
55
  # download model files from this repo
56
+ git clone https://huggingface.co/YGu1998/SiD-adversarial-DiT-SD3.5-medium
57
 
58
  # install packages
59
 
 
76
  torch_dtype = torch.float32
77
  device = "cpu"
78
 
79
+ model_repo_id = "YGu1998/SiD-adversarial-DiT-SD3.5-medium"
80
 
81
  prompt = ["a studio portrait of an elderly woman smiling, soft window light, 85mm lens"]
82