AdamOswald1 commited on
Commit
acc67d3
1 Parent(s): 85ab9a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -71
README.md CHANGED
@@ -22,77 +22,6 @@ widget:
22
 
23
  DISCLAIMER! This Is A Preservation Repository!
24
 
25
- # Anything V4
26
-
27
- Welcome to Anything V4 - a latent diffusion model for weebs. The newest version of Anything. 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.
28
-
29
- e.g. **_1girl, white hair, golden eyes, beautiful eyes, detail, flower meadow, cumulonimbus clouds, lighting, detailed sky, garden_**
30
-
31
- I think the V4.5 version better though, it's in this repo. feel free 2 try it
32
-
33
- # Gradio
34
-
35
- We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run anything-v4.0:
36
- [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/akhaliq/anything-v4.0)
37
-
38
- ## 🧨 Diffusers
39
-
40
- This model can be used just like any other Stable Diffusion model. For more information,
41
- please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
42
-
43
- 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]().
44
-
45
- ```python
46
- from diffusers import StableDiffusionPipeline
47
- import torch
48
-
49
- model_id = "andite/anything-v4.0"
50
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
51
- pipe = pipe.to("cuda")
52
-
53
- prompt = "hatsune_miku"
54
- image = pipe(prompt).images[0]
55
-
56
- image.save("./hatsune_miku.png")
57
- ```
58
-
59
- ## Examples
60
-
61
- Below are some examples of images generated using this model:
62
-
63
- **Anime Girl:**
64
- ![Anime Girl](https://huggingface.co/AdamOswald1/anything-v5.0/resolve/main/example-1.png)
65
- ```
66
- masterpiece, best quality, 1girl, white hair, medium hair, cat ears, closed eyes, looking at viewer, :3, cute, scarf, jacket, outdoors, streets
67
- Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
68
- ```
69
- **Anime Boy:**
70
- ![Anime Boy](https://huggingface.co/AdamOswald1/anything-v5.0/resolve/main/example-2.png)
71
- ```
72
- 1boy, bishounen, casual, indoors, sitting, coffee shop, bokeh
73
- Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
74
- ```
75
- **Scenery:**
76
- ![Scenery](https://huggingface.co/AdamOswald1/anything-v5.0/resolve/main/example-4.png)
77
- ```
78
- scenery, village, outdoors, sky, clouds
79
- Steps: 50, Sampler: DPM++ 2S a Karras, CFG scale: 7
80
- ```
81
-
82
- ## License
83
-
84
- This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
85
- The CreativeML OpenRAIL License specifies:
86
-
87
- 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
88
- 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
89
- 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)
90
- [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
91
-
92
- ## Big Thanks to
93
-
94
- - [Linaqruf](https://huggingface.co/Linaqruf). [NoCrypt](https://huggingface.co/NoCrypt), and Fannovel16#9022 for helping me out alot regarding my inquiries and concern about models and other stuff.
95
-
96
  # Anything V3 - Better VAE
97
 
98
  Welcome to Anything V3 - Better VAE. It currently has three model formats: diffusers, ckpt, and safetensors. You'll never see a grey image result again. This model is designed to produce high-quality, highly detailed anime-style images with just a few prompts. Like other anime-style Stable Diffusion models, it also supports danbooru tags for image generation.
22
 
23
  DISCLAIMER! This Is A Preservation Repository!
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  # Anything V3 - Better VAE
26
 
27
  Welcome to Anything V3 - Better VAE. It currently has three model formats: diffusers, ckpt, and safetensors. You'll never see a grey image result again. This model is designed to produce high-quality, highly detailed anime-style images with just a few prompts. Like other anime-style Stable Diffusion models, it also supports danbooru tags for image generation.