jbilcke-hf HF staff commited on
Commit
9cfce0d
1 Parent(s): e57239b

fix typo on the environment variable name

Browse files
Files changed (1) hide show
  1. .env +2 -2
.env CHANGED
@@ -33,10 +33,10 @@ RENDERING_REPLICATE_API_MODEL="stabilityai/sdxl"
33
  RENDERING_REPLICATE_API_MODEL_VERSION="da77bc59ee60423279fd632efb4795ab731d9e3ca9705ef3341091fb989b7eaf"
34
 
35
  # If you decided to use a private Hugging Face Inference Endpoint for the RENDERING engine
36
- RENDERING_HF_RENDERING_INFERENCE_ENDPOINT_URL="https://XXXXXXXXXX.endpoints.huggingface.cloud"
37
 
38
  # If you decided to use a Hugging Face Inference API model for the RENDERING engine
39
- RENDERING_HF_RENDERING_INFERENCE_API_MODEL="stabilityai/stable-diffusion-xl-base-1.0"
40
 
41
  # An experimental RENDERING engine (sorry it is not very documented yet, so you can use one of the other engines)
42
  RENDERING_VIDEOCHAIN_API_URL="http://localhost:7860"
 
33
  RENDERING_REPLICATE_API_MODEL_VERSION="da77bc59ee60423279fd632efb4795ab731d9e3ca9705ef3341091fb989b7eaf"
34
 
35
  # If you decided to use a private Hugging Face Inference Endpoint for the RENDERING engine
36
+ RENDERING_HF_INFERENCE_ENDPOINT_URL="https://XXXXXXXXXX.endpoints.huggingface.cloud"
37
 
38
  # If you decided to use a Hugging Face Inference API model for the RENDERING engine
39
+ RENDERING_HF_INFERENCE_API_MODEL="stabilityai/stable-diffusion-xl-base-1.0"
40
 
41
  # An experimental RENDERING engine (sorry it is not very documented yet, so you can use one of the other engines)
42
  RENDERING_VIDEOCHAIN_API_URL="http://localhost:7860"