Instructions to use AlekseyCalvin/asoon-dreambooth-sd-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/asoon-dreambooth-sd-model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlekseyCalvin/asoon-dreambooth-sd-model", dtype=torch.bfloat16, device_map="cuda") prompt = "asoon" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
21bbc1d
1
Parent(s): bf48302
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,5 +39,5 @@ Checkpoints herein trained based on SD 2.1.
|
|
| 39 |
|
| 40 |
|
| 41 |
|
| 42 |
-
[asoon
|
| 43 |
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
|
| 42 |
+
[asoon:](https://huggingface.co/AlekseyCalvin/asoon-dreambooth-sd-model/resolve/main/concept_images/asoon_%2812%29.jpg)!
|
| 43 |
|