Text-to-Image
Diffusers
Safetensors
xwwshen commited on
Commit
a7fec0e
·
verified ·
1 Parent(s): 08233c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 `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)
44
 
45
  #### Inference
46
- Replace the `diffusion_pytorch_model.safetensors` of FLUX
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,