Instructions to use naclbit/trinart_stable_diffusion_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use naclbit/trinart_stable_diffusion_v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("naclbit/trinart_stable_diffusion_v2", 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
Update license
#8
by CarlosMF - opened
README.md
CHANGED
|
@@ -4,8 +4,7 @@ tags:
|
|
| 4 |
- stable-diffusion
|
| 5 |
- stable-diffusion-diffusers
|
| 6 |
- text-to-image
|
| 7 |
-
license:
|
| 8 |
-
---
|
| 9 |
|
| 10 |
## Please Note!
|
| 11 |
|
|
@@ -121,4 +120,4 @@ Each images were diffused using K. Crowson's k-lms (from k-diffusion repo) metho
|
|
| 121 |
|
| 122 |
#### License
|
| 123 |
|
| 124 |
-
|
|
|
|
| 4 |
- stable-diffusion
|
| 5 |
- stable-diffusion-diffusers
|
| 6 |
- text-to-image
|
| 7 |
+
license: creativeml-openrail-m---
|
|
|
|
| 8 |
|
| 9 |
## Please Note!
|
| 10 |
|
|
|
|
| 120 |
|
| 121 |
#### License
|
| 122 |
|
| 123 |
+
CreativeML OpenRAIL-M
|