Instructions to use ProGamerGov/Min-Illust-Background-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ProGamerGov/Min-Illust-Background-Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ProGamerGov/Min-Illust-Background-Diffusion", 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
Adding `safetensors` variant of this model
#5
by SnowGray - opened
No description provided.
Cannot merge
This branch has merge conflicts in the following files:
- safety_checker/model.safetensors
- sjh_style_v1_iter1000.safetensors
- sjh_style_v1_iter1500.safetensors
- sjh_style_v1_iter2000.safetensors
- sjh_style_v1_iter2250.safetensors
- text_encoder/model.safetensors
- unet/diffusion_pytorch_model.safetensors