Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
diffusers-training
Instructions to use elephantmipt/test_tuned_sd_15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use elephantmipt/test_tuned_sd_15 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("elephantmipt/test_tuned_sd_15", 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
End of training
Browse files- README.md +5 -0
- val_imgs_grid.png +2 -2
README.md
CHANGED
|
@@ -9,6 +9,11 @@ tags:
|
|
| 9 |
- text-to-image
|
| 10 |
- diffusers
|
| 11 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
|
| 9 |
- text-to-image
|
| 10 |
- diffusers
|
| 11 |
- diffusers-training
|
| 12 |
+
- stable-diffusion
|
| 13 |
+
- stable-diffusion-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- diffusers
|
| 16 |
+
- diffusers-training
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
val_imgs_grid.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|