smelon commited on
Commit
bcc4f38
·
1 Parent(s): ccc62c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -11
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
- This model can be used just like any other Stable Diffusion model. For more information,
32
- please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
33
 
34
- You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
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