Instructions to use artificialguybr/IconsMI-AppIconsModelforSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/IconsMI-AppIconsModelforSD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("artificialguybr/IconsMI-AppIconsModelforSD", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
JV A commited on
Commit ·
e947cbc
1
Parent(s): 8645479
Create readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
To use it you have to use the word ''IconsMi'' in the prompt.
|
| 2 |
+
|
| 3 |
+
From my tests the images look better with this prompt:
|
| 4 |
+
|
| 5 |
+
highly detailed, trending on artstation, ios icon app, IconsMi
|
| 6 |
+
|
| 7 |
+
For negative prompts I got better results when I used: out of frame, duplicate, watermark, signature, text, ugly, sketch, deformed, mutated, blurry, mutilated, ugly sketch
|
| 8 |
+
|
| 9 |
+
I recommend you to instead describe the style of app you want, e.g. news app, music app, sports app. Describe what you want in the image. For example, ''a reporter microphone''. The results are better. SD doesn't understand these abstractions yet.
|
| 10 |
+
|
| 11 |
+
The Model was made in 7200 Steps with models saved every 700 steps after the 2000 steps.
|
| 12 |
+
|
| 13 |
+
In my tests the 2k model was the one that got the most creativity and had the most variety of themes in the generation.
|
| 14 |
+
|
| 15 |
+
The 5500 model was the one that had the best image quality, but did not know how to abstract and be creative.
|
| 16 |
+
|
| 17 |
+
I included both models for you to test. Both use the same prompt ''IconsMi
|
| 18 |
+
|
| 19 |
+
You can help me on mine:
|
| 20 |
+
|
| 21 |
+
Patreon:https://www.patreon.com/user?u=81570187
|
| 22 |
+
Ko-Fi:https://ko-fi.com/jvkape
|
| 23 |
+
buy me a coffe:https://www.buymeacoffee.com/JVKAPE
|
| 24 |
+
|
| 25 |
+
All money will go towards the creation of new models.
|