Ojimi commited on
Commit
eef2182
1 Parent(s): 6f4efcf

Update README

Browse files
Files changed (2) hide show
  1. README.md +48 -18
  2. preview4.png +0 -0
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
  license: agpl-3.0
3
  language:
4
- - en
5
- - vi
6
  library_name: diffusers
7
  pipeline_tag: text-to-image
8
  tags:
9
- - art
10
- - pytorch
11
  ---
12
 
13
  # Waifumake (●'◡'●) AI Art model.
@@ -16,7 +16,7 @@ tags:
16
 
17
  A single student training an AI model that generates art.
18
 
19
- ## **New model available** : [waifumake-full-v2](waifumake-full-v2.safetensors)!
20
  ## What's new in v2:
21
  - Fix color loss.
22
  - Increase image quality.
@@ -24,14 +24,48 @@ A single student training an AI model that generates art.
24
  ## Introduction:
25
  - It's an AI art model for converting text to images, images to images, inpainting, and outpainting using Stable Diffusion.
26
  - The AI art model is developed with a focus on the ability to draw anime characters relatively well through fine-tuning using Dreambooth.
 
 
27
  - The model is aimed at everyone and has limitless usage potential.
28
 
29
  ## Used:
30
- - You can use it with any library that is supported, I recommend using the "stable-diffusion-web-ui" by Automatic1111.
31
- - You should use it as a supportive tool for creating works of art, and not rely on it completely.
32
- - It can be used as a tool for upscaling or rendering anime-style images from 3D modeling software (Blender).
33
- - Create an image from a sketch you created from a pure drawing program. (MS Paint)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  - The `masterpiece` and `best quality` tags are not necessary, as it sometimes leads to contradictory results, but if it is distorted or discolored, add them now.
 
 
 
35
 
36
  ## Preview: v2 model
37
  ![](preview1.png)
@@ -52,16 +86,10 @@ A single student training an AI model that generates art.
52
  - ⚠️Content may not be appropriate for all ages: As it is trained on data that includes adult content, the generated images may contain content not suitable for children (depending on your country there will be a specific regulation about it). If you do not want to appear adult content, make sure you have additional safety measures in place, such as adding "nsfw" to the negative prompt.
53
  - The results generated by the model are considered impressive. But unfortunately, currently, it only supports the English language, to use multilingual, consider using third-party translation programs.
54
  - The model is trained on the `Danbooru` and `Nai` tagging system, so the long text may result in poor results.
55
- - Dark, grayscale, white balance loss. The fix is to use image editing software like Photoshop. In the future, I need a more colorful dataset.
56
  - My amount of money: 0 USD =((.
57
 
58
  ![](money-wallet.gif)
59
 
60
- ## <p style="color:red">⚠️Prohibited behaviors:<p>
61
- - Using for political, terrorist, subversive, racist, disrespectful of law, and lawless purposes.
62
- - Stealing, copying, or reproducing someone else's work without permission for commercial or malicious purposes.
63
- - Spreading false information.
64
-
65
  ## **Desires:**
66
  As it is a version made only by myself and my small associates, the model will not be perfect and may differ from what people expect. Any contributions from everyone will be respected.
67
 
@@ -77,7 +105,7 @@ This wouldn't have happened if they hadn't made a breakthrough.
77
  - Novel AI: Dataset images. An AI made me thousands of pictures without worrying about copyright or dispute.
78
  - Danbooru: Help me write the correct tag.
79
  - My friend and others.
80
- - YOU! Yes, is you 🫵
81
 
82
  ## Copyright:
83
 
@@ -85,10 +113,12 @@ This license allows anyone to copy, modify, publish, and commercialize the model
85
 
86
  If any part of the model does not comply with the terms of the GNU General Public License, the copyright and other rights of the model will still be valid.
87
 
88
- We will not be held responsible for any legal issues you cause.
89
 
90
  Don't forget me.
91
 
92
  # Have fun with your waifu! (●'◡'●)
93
 
94
- ![](cry.png)
 
 
 
1
  ---
2
  license: agpl-3.0
3
  language:
4
+ - en
5
+ - vi
6
  library_name: diffusers
7
  pipeline_tag: text-to-image
8
  tags:
9
+ - art
10
+ - pytorch
11
  ---
12
 
13
  # Waifumake (●'◡'●) AI Art model.
 
16
 
17
  A single student training an AI model that generates art.
18
 
19
+ ## **New model avalable** : [waifumake-full-v2](waifumake-full-v2.safetensors)!
20
  ## What's new in v2:
21
  - Fix color loss.
22
  - Increase image quality.
 
24
  ## Introduction:
25
  - It's an AI art model for converting text to images, images to images, inpainting, and outpainting using Stable Diffusion.
26
  - The AI art model is developed with a focus on the ability to draw anime characters relatively well through fine-tuning using Dreambooth.
27
+ - It can be used as a tool for upscaling or rendering anime-style images from 3D modeling software (Blender).
28
+ - Create an image from a sketch you created from a pure drawing program. (MS Paint)
29
  - The model is aimed at everyone and has limitless usage potential.
30
 
31
  ## Used:
32
+ - For 🧨 Diffusers Library:
33
+ ```python
34
+ from diffusers import DiffusionPipeline
35
+
36
+ pipe = DiffusionPipeline.from_pretrained("Ojimi/waifumake-full")
37
+ pipe = pipe.to("cuda")
38
+
39
+ prompt = "1girl, animal ears, long hair, solo, cat ears, choker, bare shoulders, red eyes, fang, looking at viewer, animal ear fluff, upper body, black hair, blush, closed mouth, off shoulder, bangs, bow, collarbone"
40
+ image = pipe(prompt, negative_prompt="lowres, bad anatomy").images[0]
41
+ ```
42
+
43
+ - For Web UI by Automatic1111:
44
+ ```bash
45
+ #Install Web UI.
46
+ !git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
47
+ %cd /content/stable-diffusion-webui/
48
+ !pip install -qq -r requirements.txt
49
+ !pip install -U xformers #Install `xformes` for better performance.
50
+ ```
51
+
52
+ ```bash
53
+ #Download model.
54
+ !wget https://huggingface.co/Ojimi/waifumake-full/resolve/main/waifumake-full-v2.safetensors -O /content/stable-diffusion-webui/models/Stable-diffusion/waifumake-full-v2.safetensors
55
+ ```
56
+
57
+ ```bash
58
+ #Run and enjoy ☕.
59
+ %cd /content/stable-diffusion-webui
60
+ !COMMANDLINE_ARGS="--xformers" REQS_FILE="requirements.txt" python launch.py
61
+ ```
62
+
63
+ - Try it in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1D6LNtXrpD2QfUx-d_yztWZVgTiDAyyAT?usp=sharing)
64
+ ## Tips:
65
  - The `masterpiece` and `best quality` tags are not necessary, as it sometimes leads to contradictory results, but if it is distorted or discolored, add them now.
66
+ - The CGF scale should be 7.5 and the step count 28 for the best quality and best performance.
67
+ - Use a sample photo for your idea. `Interrogate DeepBooru` and change the prompts to suit what you want.
68
+ - You should use it as a supportive tool for creating works of art, and not rely on it completely.
69
 
70
  ## Preview: v2 model
71
  ![](preview1.png)
 
86
  - ⚠️Content may not be appropriate for all ages: As it is trained on data that includes adult content, the generated images may contain content not suitable for children (depending on your country there will be a specific regulation about it). If you do not want to appear adult content, make sure you have additional safety measures in place, such as adding "nsfw" to the negative prompt.
87
  - The results generated by the model are considered impressive. But unfortunately, currently, it only supports the English language, to use multilingual, consider using third-party translation programs.
88
  - The model is trained on the `Danbooru` and `Nai` tagging system, so the long text may result in poor results.
 
89
  - My amount of money: 0 USD =((.
90
 
91
  ![](money-wallet.gif)
92
 
 
 
 
 
 
93
  ## **Desires:**
94
  As it is a version made only by myself and my small associates, the model will not be perfect and may differ from what people expect. Any contributions from everyone will be respected.
95
 
 
105
  - Novel AI: Dataset images. An AI made me thousands of pictures without worrying about copyright or dispute.
106
  - Danbooru: Help me write the correct tag.
107
  - My friend and others.
108
+ - And You 🫵❤️
109
 
110
  ## Copyright:
111
 
 
113
 
114
  If any part of the model does not comply with the terms of the GNU General Public License, the copyright and other rights of the model will still be valid.
115
 
116
+ All AI-generated images are yours, you can do whatever you want, but please obey the laws of your country. We will not be responsible for any problems you cause.
117
 
118
  Don't forget me.
119
 
120
  # Have fun with your waifu! (●'◡'●)
121
 
122
+ ![](cry.png)
123
+
124
+ Like it?
preview4.png CHANGED