Update README.md
Browse files
README.md
CHANGED
|
@@ -18,20 +18,12 @@ inference: true
|
|
| 18 |
|
| 19 |
例如 **_1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden_**
|
| 20 |
|
| 21 |
-
## Gradio
|
| 22 |
-
|
| 23 |
-
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Anything-V3.0:
|
| 24 |
-
|
| 25 |
-
[Open in Spaces](https://huggingface.co/spaces/akhaliq/anything-v3.0)
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
## 🧨 Diffusers
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
|
| 34 |
-
|
| 35 |
|
| 36 |
```python
|
| 37 |
from diffusers import StableDiffusionPipeline
|
|
|
|
| 18 |
|
| 19 |
例如 **_1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden_**
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## 🧨 Diffusers
|
| 22 |
|
| 23 |
+
该模型可以像任何其他稳定扩散模型一样使用。想要查询更多的信息,
|
| 24 |
+
请看 [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
|
| 25 |
|
| 26 |
+
您还可以将模型导出到 [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
|
| 27 |
|
| 28 |
```python
|
| 29 |
from diffusers import StableDiffusionPipeline
|