Update README.md
Browse files
README.md
CHANGED
@@ -41,10 +41,10 @@ Recent studies have demonstrated the effectiveness of directly aligning diffusio
|
|
41 |
|
42 |
## Quick Started
|
43 |
### Checkpoints
|
44 |
-
The `
|
45 |
|
46 |
#### Inference
|
47 |
-
Replace the `
|
48 |
```python
|
49 |
from diffusers import FluxPipeline
|
50 |
prompt='The Death of Ophelia by John Everett Millais, Pre-Raphaelite painting, Ophelia floating in a river surrounded by flowers, detailed natural elements, melancholic and tragic atmosphere'
|
|
|
41 |
|
42 |
## Quick Started
|
43 |
### Checkpoints
|
44 |
+
The `diffusion_pytorch_model.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)
|
45 |
|
46 |
#### Inference
|
47 |
+
Replace the `diffusion_pytorch_model.safetensors` of FLUX
|
48 |
```python
|
49 |
from diffusers import FluxPipeline
|
50 |
prompt='The Death of Ophelia by John Everett Millais, Pre-Raphaelite painting, Ophelia floating in a river surrounded by flowers, detailed natural elements, melancholic and tragic atmosphere'
|