diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-01 21:11:41 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-01 21:11:41 +0200 |
commit | 82ea7db804d1842d3b5d5ca679910b2369700bdf (patch) | |
tree | 2639ce3aab48941cb2d02efaf283cabf80580648 | |
parent | Update g4f/Provider/ReplicateHome.py (diff) | |
download | gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.tar gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.tar.gz gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.tar.bz2 gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.tar.lz gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.tar.xz gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.tar.zst gpt4free-82ea7db804d1842d3b5d5ca679910b2369700bdf.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/ReplicateHome.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g4f/Provider/ReplicateHome.py b/g4f/Provider/ReplicateHome.py index 1ea33614..c4e52ad6 100644 --- a/g4f/Provider/ReplicateHome.py +++ b/g4f/Provider/ReplicateHome.py @@ -55,9 +55,9 @@ class ReplicateHome(AsyncGeneratorProvider, ProviderModelMixin): text_models = {"meta/meta-llama-3-70b-instruct", "mistralai/mixtral-8x7b-instruct-v0.1", "google-deepmind/gemma-2b-it"} model_aliases = { - "stable-diffusion-3": "stability-ai/stable-diffusion-3", - "sdxl-lightning-4step": "bytedance/sdxl-lightning-4step", - "playground-v2.5-aesthetic": "playgroundai/playground-v2.5-1024px-aesthetic", + "sd-3": "stability-ai/stable-diffusion-3", + "sdxl": "bytedance/sdxl-lightning-4step", + "playground-v2.5": "playgroundai/playground-v2.5-1024px-aesthetic", "llama-3-70b": "meta/meta-llama-3-70b-instruct", "mixtral-8x7b": "mistralai/mixtral-8x7b-instruct-v0.1", "gemma-2b": "google-deepmind/gemma-2b-it", |