Update README.md
Browse files
README.md
CHANGED
|
@@ -40,10 +40,10 @@ Recent studies have demonstrated the effectiveness of directly aligning diffusio
|
|
| 40 |
|
| 41 |
## Quick Started
|
| 42 |
### Checkpoints
|
| 43 |
-
The `
|
| 44 |
|
| 45 |
#### Inference
|
| 46 |
-
Replace the `
|
| 47 |
```python
|
| 48 |
pipe = FluxPipeline.from_pretrained('your dir',
|
| 49 |
torch_dtype=torch.bfloat16,
|
|
|
|
| 40 |
|
| 41 |
## Quick Started
|
| 42 |
### Checkpoints
|
| 43 |
+
The `diffusion_pytorch_model_onlinehps.safetensors` is online version of SRPO based on [FLUX.1 Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), trained on HPD dataset with [HPSv2](https://github.com/tgxs002/HPSv2)
|
| 44 |
|
| 45 |
#### Inference
|
| 46 |
+
Replace the `ddiffusion_pytorch_model_onlinehps.safetensors` of FLUX
|
| 47 |
```python
|
| 48 |
pipe = FluxPipeline.from_pretrained('your dir',
|
| 49 |
torch_dtype=torch.bfloat16,
|