put HF_ENDPOINT into shared for #15443

This commit is contained in:
AUTOMATIC1111
2024-04-06 08:53:21 +03:00
parent 73f7812045
commit acb20338b1
2 changed files with 5 additions and 6 deletions

View File

@@ -90,3 +90,5 @@ list_checkpoint_tiles = shared_items.list_checkpoint_tiles
refresh_checkpoints = shared_items.refresh_checkpoints
list_samplers = shared_items.list_samplers
reload_hypernetworks = shared_items.reload_hypernetworks
hf_endpoint = os.getenv('HF_ENDPOINT', 'https://huggingface.co')