Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,9 @@ This repo contains the checkpoint from [OneReward](https://huggingface.co/byteda
|
|
| 20 |
|
| 21 |
For more details and examples see original model repo: [**OneReward**](https://huggingface.co/bytedance-research/OneReward)
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
## Sample Usage
|
| 24 |
|
| 25 |
The following code snippet illustrates how to use the model with the `diffusers` library. Note that this requires the custom `FluxFillCFGPipeline` defined in the [official source code](https://github.com/bytedance/OneReward/blob/main/src/pipeline_flux_fill_with_cfg.py).
|
|
|
|
| 20 |
|
| 21 |
For more details and examples see original model repo: [**OneReward**](https://huggingface.co/bytedance-research/OneReward)
|
| 22 |
|
| 23 |
+
Partial redrawing workflow: [**OneReward redrawing**](https://www.runninghub.ai/post/1965826858283634690/?inviteCode=rh-v1091)
|
| 24 |
+
|
| 25 |
+
Image expansion workflow: [**OneReward Image expansion**](https://www.runninghub.ai/post/1966338160613601281/?inviteCode=rh-v1091)
|
| 26 |
## Sample Usage
|
| 27 |
|
| 28 |
The following code snippet illustrates how to use the model with the `diffusers` library. Note that this requires the custom `FluxFillCFGPipeline` defined in the [official source code](https://github.com/bytedance/OneReward/blob/main/src/pipeline_flux_fill_with_cfg.py).
|