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
How exactly did you train your model?
#2
by Rulk - opened
I used TheLastBen's Fast Dreambooth Colab. 5200 Steps. 17% Text Encoder. 32 Images. No regularizations. Images consistent with each other and in good quality.
Hi, thanks for advice!
I was able to achieve good result with regularization images generated by stable diffusion with prompts corresponding to depictions on training images.
@Rulk might want to check out scenario.gg for game assets
artificialguybr changed discussion status to closed

