-
Notifications
You must be signed in to change notification settings - Fork 499
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
1 parent
7c899cc
commit 5dad18a
Showing
15 changed files
with
173 additions
and
14 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,21 @@ | ||
.. _models_image_index: | ||
|
||
================ | ||
Image Models | ||
================ | ||
|
||
The following is a list of built-in image models in Xinference: | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
|
||
sd-turbo | ||
|
||
sdxl-turbo | ||
|
||
stable-diffusion-v1.5 | ||
|
||
stable-diffusion-xl-base-1.0 | ||
|
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,17 @@ | ||
.. _models_builtin_sd-turbo: | ||
|
||
======== | ||
sd-turbo | ||
======== | ||
|
||
- **Model Name:** sd-turbo | ||
- **Abilities:** text-to-image | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** stabilityai/sd-turbo | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name sd-turbo --model-type image |
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,17 @@ | ||
.. _models_builtin_sdxl-turbo: | ||
|
||
========== | ||
sdxl-turbo | ||
========== | ||
|
||
- **Model Name:** sdxl-turbo | ||
- **Abilities:** text-to-image | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** stabilityai/sdxl-turbo | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name sdxl-turbo --model-type image |
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,17 @@ | ||
.. _models_builtin_stable-diffusion-v1.5: | ||
|
||
===================== | ||
stable-diffusion-v1.5 | ||
===================== | ||
|
||
- **Model Name:** stable-diffusion-v1.5 | ||
- **Abilities:** text-to-image | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** runwayml/stable-diffusion-v1-5 | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name stable-diffusion-v1.5 --model-type image |
17 changes: 17 additions & 0 deletions
17
doc/source/models/builtin/image/stable-diffusion-xl-base-1.0.rst
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,17 @@ | ||
.. _models_builtin_stable-diffusion-xl-base-1.0: | ||
|
||
============================ | ||
stable-diffusion-xl-base-1.0 | ||
============================ | ||
|
||
- **Model Name:** stable-diffusion-xl-base-1.0 | ||
- **Abilities:** text-to-image | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** stabilityai/stable-diffusion-xl-base-1.0 | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name stable-diffusion-xl-base-1.0 --model-type image |
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,17 @@ | ||
.. _models_builtin_{{ model_name|lower }}: | ||
|
||
{{ "=" * model_name|length }} | ||
{{ model_name }} | ||
{{ "=" * model_name|length }} | ||
|
||
- **Model Name:** {{ model_name }} | ||
- **Abilities:** text-to-image | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** {{ model_id }} | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name {{ model_name }} --model-type image |
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,15 @@ | ||
.. _models_image_index: | ||
|
||
================ | ||
Image Models | ||
================ | ||
|
||
The following is a list of built-in image models in Xinference: | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
{% for model in models %} | ||
{{ model.model_name|lower }} | ||
{% endfor %} |