Text-to-Image
Diffusers
Safetensors
xwwshen commited on
Commit
e0f7653
·
verified ·
1 Parent(s): b1e1f6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 `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)
45
 
46
  #### Inference
47
- Replace the `ddiffusion_pytorch_model_onlinehps.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'
 
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'