-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
212 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. _models_builtin_cosyvoice2-0.5b: | ||
|
||
=============== | ||
CosyVoice2-0.5B | ||
=============== | ||
|
||
- **Model Name:** CosyVoice2-0.5B | ||
- **Model Family:** CosyVoice | ||
- **Abilities:** text-to-audio | ||
- **Multilingual:** True | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** mrfakename/CosyVoice2-0.5B | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name CosyVoice2-0.5B --model-type audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. _models_builtin_f5-tts-mlx: | ||
|
||
========== | ||
F5-TTS-MLX | ||
========== | ||
|
||
- **Model Name:** F5-TTS-MLX | ||
- **Model Family:** F5-TTS-MLX | ||
- **Abilities:** text-to-audio | ||
- **Multilingual:** True | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** lucasnewman/f5-tts-mlx | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name F5-TTS-MLX --model-type audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. _models_builtin_fishspeech-1.5: | ||
|
||
============== | ||
FishSpeech-1.5 | ||
============== | ||
|
||
- **Model Name:** FishSpeech-1.5 | ||
- **Model Family:** FishAudio | ||
- **Abilities:** text-to-audio | ||
- **Multilingual:** True | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** fishaudio/fish-speech-1.5 | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name FishSpeech-1.5 --model-type audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.. _models_builtin_sd3.5-large-turbo: | ||
|
||
================= | ||
sd3.5-large-turbo | ||
================= | ||
|
||
- **Model Name:** sd3.5-large-turbo | ||
- **Model Family:** stable_diffusion | ||
- **Abilities:** text2image, image2image, inpainting | ||
- **Available ControlNet:** None | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** stabilityai/stable-diffusion-3.5-large-turbo | ||
- **GGUF Model ID**: city96/stable-diffusion-3.5-large-turbo-gguf | ||
- **GGUF Quantizations**: F16, Q4_0, Q4_1, Q5_0, Q5_1, Q8_0 | ||
|
||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name sd3.5-large-turbo --model-type image | ||
|
||
|
||
For GGUF quantization, using below command: | ||
|
||
xinference launch --model-name sd3.5-large-turbo --model-type image --gguf_quantization ${gguf_quantization} --cpu_offload True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.. _models_builtin_sd3.5-large: | ||
|
||
=========== | ||
sd3.5-large | ||
=========== | ||
|
||
- **Model Name:** sd3.5-large | ||
- **Model Family:** stable_diffusion | ||
- **Abilities:** text2image, image2image, inpainting | ||
- **Available ControlNet:** None | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** stabilityai/stable-diffusion-3.5-large | ||
- **GGUF Model ID**: city96/stable-diffusion-3.5-large-gguf | ||
- **GGUF Quantizations**: F16, Q4_0, Q4_1, Q5_0, Q5_1, Q8_0 | ||
|
||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name sd3.5-large --model-type image | ||
|
||
|
||
For GGUF quantization, using below command: | ||
|
||
xinference launch --model-name sd3.5-large --model-type image --gguf_quantization ${gguf_quantization} --cpu_offload True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.. _models_builtin_sd3.5-medium: | ||
|
||
============ | ||
sd3.5-medium | ||
============ | ||
|
||
- **Model Name:** sd3.5-medium | ||
- **Model Family:** stable_diffusion | ||
- **Abilities:** text2image, image2image, inpainting | ||
- **Available ControlNet:** None | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** stabilityai/stable-diffusion-3.5-medium | ||
- **GGUF Model ID**: city96/stable-diffusion-3.5-medium-gguf | ||
- **GGUF Quantizations**: F16, Q3_K_M, Q3_K_S, Q4_0, Q4_1, Q4_K_M, Q4_K_S, Q5_0, Q5_1, Q5_K_M, Q5_K_S, Q6_K, Q8_0 | ||
|
||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name sd3.5-medium --model-type image | ||
|
||
|
||
For GGUF quantization, using below command: | ||
|
||
xinference launch --model-name sd3.5-medium --model-type image --gguf_quantization ${gguf_quantization} --cpu_offload True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters