Update README.md

#19
by qweras - opened
Files changed (1) hide show
  1. README.md +2 -73
README.md CHANGED
@@ -1,73 +1,2 @@
1
- ---
2
- language:
3
- - en
4
- tags:
5
- - stable-diffusion
6
- - text-to-image
7
- license: creativeml-openrail-m
8
- inference: false
9
-
10
- ---
11
-
12
- # waifu-diffusion v1.3 - Diffusion for Weebs
13
-
14
- waifu-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality anime images through fine-tuning.
15
-
16
- <img src=https://i.imgur.com/Y5Tmw1S.png width=75% height=75%>
17
-
18
- [Original Weights](https://huggingface.co/hakurei/waifu-diffusion-v1-3)
19
-
20
- # Gradio & Colab
21
-
22
- We also support a [Gradio](https://github.com/gradio-app/gradio) Web UI and Colab with Diffusers to run Waifu Diffusion:
23
- [![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/hakurei/waifu-diffusion-demo)
24
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1_8wPN7dJO746QXsFnB09Uq2VGgSRFuYE#scrollTo=1HaCauSq546O)
25
-
26
- ## Model Description
27
-
28
- [See here for a full model overview.](https://gist.github.com/harubaru/f727cedacae336d1f7877c4bbe2196e1)
29
-
30
- ## License
31
-
32
- This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
33
- The CreativeML OpenRAIL License specifies:
34
-
35
- 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
36
- 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
37
- 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)
38
- [Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
39
-
40
- ## Downstream Uses
41
-
42
- This model can be used for entertainment purposes and as a generative art assistant.
43
-
44
- ## Example Code
45
-
46
- ```python
47
- import torch
48
- from torch import autocast
49
- from diffusers import StableDiffusionPipeline
50
-
51
- pipe = StableDiffusionPipeline.from_pretrained(
52
- 'waifu-diffusion',
53
- torch_dtype=torch.float32
54
- ).to('cuda')
55
-
56
- prompt = "1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt"
57
- with autocast("cuda"):
58
- image = pipe(prompt, guidance_scale=6)["sample"][0]
59
-
60
- image.save("test.png")
61
- ```
62
-
63
- ## Team Members and Acknowledgements
64
-
65
- This project would not have been possible without the incredible work by the [CompVis Researchers](https://ommer-lab.com/).
66
-
67
- - [Anthony Mercurio](https://github.com/harubaru)
68
- - [Salt](https://github.com/sALTaccount/)
69
- - [Sta @ Bit192](https://twitter.com/naclbbr)
70
-
71
- In order to reach us, you can join our [Discord server](https://discord.gg/touhouai).
72
-
73
- [![Discord Server](https://discordapp.com/api/guilds/930499730843250783/widget.png?style=banner2)](https://discord.gg/touhouai)
1
+ git lfs install
2
+ git clone https://huggingface.co/lambdalabs/sd-pokemon-diffusers