File size: 4,500 Bytes
d332bc8
 
0495ebf
 
 
 
 
 
 
 
d332bc8
0495ebf
 
 
698833b
0495ebf
 
 
 
 
 
 
0e24eb0
 
2c1862d
0495ebf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f0f90c0
 
 
 
 
 
 
 
 
 
 
b1bc803
f0f90c0
 
 
 
d510976
0495ebf
 
 
 
 
062e5a1
 
0495ebf
 
 
d529bff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: other
tags:
- text-to-image
- stable-diffusion
- finetune
- icons
- art
language:
- en
---

## new and shiny 。・:*:・゚’☆

[<img src="https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/resolve/main/animatedicons.gif">](https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/blob/main/animatedicons.gif)


# about

- updated version of [v1](https://huggingface.co/proxima/fantassified_icons), made with a dataset consisting of mostly the old version's dataset, but it's a lot better because I learned a few things since the dreambooth days
- generates icons inspired by fantasy games with mostly plain backgrounds
- no trigger words
- either my local hires fix isn't working well or potions look weird when hires is turned on, will have to test that another time (probably needs low denoising strength)
- i don't recommend this for people and faces as these were of 0% concern while training, the focus was on items, but you do you
- examples are [made with this VAE](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt) at 20 steps, 512x512, CFG 7, Euler a (try DPM ++2M for a look that is a bit sharper)

---

## examples

[<img src="https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/resolve/main/examples/1-3.png">](https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/blob/main/examples/1-3.png)
[<img src="https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/resolve/main/examples/4-6.png">](https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/blob/main/examples/4-6.png)
[<img src="https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/resolve/main/examples/7-9.png">](https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/blob/main/examples/7-9.png)

---

if you enjoy this consider buying me a coffee (ノ◕ヮ◕)ノ*:・゚✧
<a href='https://ko-fi.com/S6S6FUYKY' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

----
## Use with diffusers

How to use it with [diffusers](https://github.com/huggingface/diffusers)

```python

import torch
from diffusers import StableDiffusionPipeline, DDIMScheduler

scheduler =  DDIMScheduler.from_pretrained("proximasanfinetuning/fantassified_icons_v2", subfolder="scheduler")
pipe = StableDiffusionPipeline.from_pretrained("proximasanfinetuning/fantassified_icons_v2", scheduler=scheduler).to("cuda")
prompt = "A lemon themed high quality hamburger"
images = pipe(prompt, num_images_per_prompt=6, num_inference_steps=25).images
images[0]

```
---

# license
This model is licensed under a modified CreativeML OpenRAIL-M license.

* Utilizing and hosting the Fantassified Icons 1.0 model and its derivatives on platforms that earn, will earn, or plan to earn revenue or donations requires prior authorization. **To request permission, please email proximasan@protonmail.com.**
* You are permitted to host the model card and files on both commercial and non-commercial websites, apps, etc. as long as you properly credit the model by stating its full name and providing a link to the model card (https://huggingface.co/proximasanfinetuning/fantassified_icons_v2), without performing any actual inference or finetuning.
* The Fantassified Icons 1.0 model and its derivatives can be hosted on non-commercial websites, apps, etc. as long as no revenue or donations are received. Proper credit must be given by stating the full model name and including a link to the model card (https://huggingface.co/proximasanfinetuning/fantassified_icons_v2).
* **The outputs of the model or its derivatives can be used for commercial purposes as long as the usage is limited to teams of 10 or fewer individuals.**
* You can't use the model to deliberately produce nor share illegal or harmful outputs or content
* 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
* You may re-distribute the weights. 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 modified CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here: https://huggingface.co/proximasanfinetuning/fantassified_icons_v2/blob/main/license.txt