Instructions to use sd-dreambooth-library/seraphm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sd-dreambooth-library/seraphm with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sd-dreambooth-library/seraphm", 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
Rename ReadMe to README.md e957e97
Rename School to ReadMe 8062edc
Update token_identifier.txt a701e1f
Update README.md d393c20
Update README.md 1b3fb56
Update README.md 2399955
Upload concept_images with huggingface_hub 5d53dbe
Upload model_index.json with huggingface_hub 2d21a6e
Upload vae with huggingface_hub 440dac0
Upload unet with huggingface_hub d277012
Upload tokenizer with huggingface_hub b438ef9
Upload text_encoder with huggingface_hub 7683ad0
Upload scheduler with huggingface_hub 126053c
Upload safety_checker with huggingface_hub 453d993
Upload feature_extractor with huggingface_hub d001e1f
Upload the concept seraphm embeds and token b544235
initial commit 3d5720e
Minta K commited on