Diffusers
English
stable-diffusion
stable-diffusion-diffusers
inpainting
art
artistic
anime
absolute-realism
Instructions to use diffusers/tools with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers/tools with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("diffusers/tools", 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
| { | |
| "total_models": 100, | |
| "allow_commercial_use": { | |
| "None": 23, | |
| "Rent": 34, | |
| "Image": 9, | |
| "Sell": 12, | |
| "RentCivit": 22 | |
| }, | |
| "nsfw_count": { | |
| "sum": 18, | |
| "avg": 0.18 | |
| }, | |
| "allow_derivatives": { | |
| "sum": 90, | |
| "avg": 0.9 | |
| }, | |
| "allow_no_credit": { | |
| "sum": 68, | |
| "avg": 0.68 | |
| }, | |
| "download_count": { | |
| "sum": 12042078, | |
| "avg": 120420.78 | |
| }, | |
| "favorite_count": { | |
| "sum": 1177711, | |
| "avg": 11777.11 | |
| }, | |
| "comment_count": { | |
| "sum": 16084, | |
| "avg": 160.84 | |
| }, | |
| "rating_count": { | |
| "sum": 54496, | |
| "avg": 544.96 | |
| }, | |
| "tipped_amount_count": { | |
| "sum": 208051, | |
| "avg": 2080.51 | |
| }, | |
| "ratings": 4.938500000000001, | |
| "num_creators": 76, | |
| "total_models_per_creator": 1.32, | |
| "download_count_per_creator": 158448.39, | |
| "comment_count_per_creator": 211.63, | |
| "rating_count_per_creator": 717.05, | |
| "tipped_amount_count_per_creator": 2737.51, | |
| "favorite_count_per_creator": 15496.2 | |
| } |