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 History
fix: Update sponsorship section with complete information 2c23a79 verified
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#7) 1f20ce1
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#5) 31fc70f
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#4) 4185936
Add LICENSE and tags (#3) c46a7c6
Add Diffusers weights (#1) 54e40d9
Upload IconsMi_step_5500.ckpt e72e167
JV A commited on
Upload IconsMi_step_2000.ckpt 6d0c1f5
JV A commited on
Create readme e947cbc
JV A commited on