fix: delete duplicate
#1068
by
EstienneG
- opened
README.md
CHANGED
|
@@ -45,7 +45,6 @@ Auth config:
|
|
| 45 |
Rendering config:
|
| 46 |
- `RENDERING_HF_INFERENCE_ENDPOINT_URL`: necessary if you decide to use a custom inference endpoint
|
| 47 |
- `RENDERING_REPLICATE_API_MODEL_VERSION`: url to the VideoChain API server
|
| 48 |
-
- `RENDERING_HF_INFERENCE_ENDPOINT_URL`: optional, default to nothing
|
| 49 |
- `RENDERING_HF_INFERENCE_API_BASE_MODEL`: optional, defaults to "stabilityai/stable-diffusion-xl-base-1.0"
|
| 50 |
- `RENDERING_HF_INFERENCE_API_REFINER_MODEL`: optional, defaults to "stabilityai/stable-diffusion-xl-refiner-1.0"
|
| 51 |
- `RENDERING_REPLICATE_API_MODEL`: optional, defaults to "stabilityai/sdxl"
|
|
|
|
| 45 |
Rendering config:
|
| 46 |
- `RENDERING_HF_INFERENCE_ENDPOINT_URL`: necessary if you decide to use a custom inference endpoint
|
| 47 |
- `RENDERING_REPLICATE_API_MODEL_VERSION`: url to the VideoChain API server
|
|
|
|
| 48 |
- `RENDERING_HF_INFERENCE_API_BASE_MODEL`: optional, defaults to "stabilityai/stable-diffusion-xl-base-1.0"
|
| 49 |
- `RENDERING_HF_INFERENCE_API_REFINER_MODEL`: optional, defaults to "stabilityai/stable-diffusion-xl-refiner-1.0"
|
| 50 |
- `RENDERING_REPLICATE_API_MODEL`: optional, defaults to "stabilityai/sdxl"
|