Instructions to use MonsterMMORPG/sd15_best_realism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MonsterMMORPG/sd15_best_realism with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MonsterMMORPG/sd15_best_realism", 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 Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Upload folder using huggingface_hub
Multi commit ID: 23321cd5ec3e3cd75b9715fac1bc420df2bb56b2887f2dadf2c1d29d9da6a6fa
Scheduled commits:
- Upload 1 file(s) totalling 3.4G (ba42dabc3ca7efdd559674e9559b3a3e5e9eb8e6044756625b60b54a78076fab)
- Upload 14 file(s) totalling 2.0G (4f6b377158080bac93870fcd73499953d4e9a6f8b5f39b253c3bf4ef60952610)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.
Multi-commit is now completed! You can ping the repo owner to review the changes. This PR can now be commented or modified without risking to corrupt it.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.
create_pr=False has been passed so PR is automatically merged.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.