Instructions to use ARDICAI/stable-diffusion-2-1-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ARDICAI/stable-diffusion-2-1-finetuned with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ARDICAI/stable-diffusion-2-1-finetuned", 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 the concept stable-diffusion-2-1-finetuned embeds and token
Browse files- README.md +8 -0
- ardic_sd_trainer.ckpt +3 -0
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
---
|
| 7 |
+
### stable-diffusion-2-1-finetuned Dreambooth model trained by ARDIC AI team
|
| 8 |
+
|
ardic_sd_trainer.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62b7fa4f8d589a374468cdce5c4359e3488a7e94754f1ab72c99f8379d01e02c
|
| 3 |
+
size 2607621899
|