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
Commit ·
c46a7c6
1
Parent(s): 54e40d9
Add LICENSE and tags (#3)
Browse files- Add LICENSE and tags (0a39841e6076569a5464fc5aac0510c87d498c5c)
Co-authored-by: Multimodal AI art <multimodalart@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
To use it you have to use the word ''IconsMi'' in the prompt.
|
| 8 |
|
| 9 |
From my tests the images look better with this prompt:
|