mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-22 00:38:11 +00:00
add quality metric
This commit is contained in:
@@ -14,17 +14,12 @@ The file directory is shown below.
|
||||
|
||||
```
|
||||
DiffSynth-Studio/
|
||||
└── diffsynth/
|
||||
└── extensions/
|
||||
└── QualityMetric/
|
||||
├── __init__.py
|
||||
├── hps.py
|
||||
├── reward_pretrained/
|
||||
│ ├── HPS_v2/
|
||||
│ │ ├── HPS_v2_compressed.safetensors
|
||||
│ │ ├── HPS_v2.1_compressed.safetensors
|
||||
│ └── ...
|
||||
└── ...
|
||||
└── models/
|
||||
└── QualityMetric/
|
||||
├── HPS_v2/
|
||||
│ ├── HPS_v2_compressed.safetensors
|
||||
│ ├── HPS_v2.1_compressed.safetensors
|
||||
└── ...
|
||||
```
|
||||
|
||||
### Step 2: Test image quality metric
|
||||
|
||||
Reference in New Issue
Block a user