We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c490d commit 7c175e2Copy full SHA for 7c175e2
1 file changed
tests/integration/test_loras.py
@@ -104,6 +104,7 @@ def test_lora_http_download_civitai_safetensors(self):
104
# i.e. use a model we already have
105
"MODEL_ID": "runwayml/stable-diffusion-v1-5",
106
"MODEL_REVISION": "fp16",
107
+ "CHECKPOINT_URL": None,
108
}
109
)
110
modelInputs.update(
0 commit comments