patrickvonplaten commited on
Commit
c5428f3
1 Parent(s): 0ef3614

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -80
README.md CHANGED
@@ -1,80 +1 @@
1
- ---
2
- language:
3
- - en
4
- license: creativeml-openrail-m
5
- tags:
6
- - stable-diffusion
7
- - stable-diffusion-diffusers
8
- - text-to-image
9
- - diffusers
10
- inference: true
11
- duplicated_from: Linaqruf/anything-v3.0
12
- ---
13
-
14
- # Anything V3
15
-
16
- Welcome to Anything V3 - a latent diffusion model for weebs. This model is intended to produce high-quality, highly detailed anime style with just a few prompts. Like other anime-style Stable Diffusion models, it also supports danbooru tags to generate images.
17
-
18
- e.g. **_1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden_**
19
-
20
- ## Gradio
21
-
22
- We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Anything-V3.0:
23
-
24
- [Open in Spaces](https://huggingface.co/spaces/akhaliq/anything-v3.0)
25
-
26
-
27
-
28
- ## 🧨 Diffusers
29
-
30
- This model can be used just like any other Stable Diffusion model. For more information,
31
- please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
32
-
33
- 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]().
34
-
35
- ```python
36
- from diffusers import StableDiffusionPipeline
37
- import torch
38
-
39
- model_id = "Linaqruf/anything-v3.0"
40
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
41
- pipe = pipe.to("cuda")
42
-
43
- prompt = "pikachu"
44
- image = pipe(prompt).images[0]
45
-
46
- image.save("./pikachu.png")
47
- ```
48
-
49
- ## Examples
50
-
51
- Below are some examples of images generated using this model:
52
-
53
- **Anime Girl:**
54
- ![Anime Girl](https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/1girl.png)
55
- ```
56
- 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden
57
- Steps: 50, Sampler: DDIM, CFG scale: 12
58
- ```
59
- **Anime Boy:**
60
- ![Anime Boy](https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/1boy.png)
61
- ```
62
- 1boy, medium hair, blonde hair, blue eyes, bishounen, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden
63
- Steps: 50, Sampler: DDIM, CFG scale: 12
64
- ```
65
- **Scenery:**
66
- ![Scenery](https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/scenery.png)
67
- ```
68
- scenery, shibuya tokyo, post-apocalypse, ruins, rust, sky, skyscraper, abandoned, blue sky, broken window, building, cloud, crane machine, outdoors, overgrown, pillar, sunset
69
- Steps: 50, Sampler: DDIM, CFG scale: 12
70
- ```
71
-
72
- ## License
73
-
74
- This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
75
- The CreativeML OpenRAIL License specifies:
76
-
77
- 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
78
- 2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
79
- 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
80
- [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
 
1
+ Test