Instructions to use bghira/pseudo-flex-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bghira/pseudo-flex-base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bghira/pseudo-flex-base", 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
PseudoTerminal X commited on
Commit ·
e289221
1
Parent(s): 59e9d01
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,7 @@ stable-diffusion-2-1 (stabilityai/stable-diffusion-2-1) finetuned with different
|
|
| 27 |
| 576x1024 (9:16) | v2-1 |  |  |  |
|
| 28 |
| 1280x720 (16:9) | v2-1 |  |  |  |
|
| 29 |
| 1024x1024 (1:1) | v2-1 |  |  |  |
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
## Background
|
|
|
|
| 27 |
| 576x1024 (9:16) | v2-1 |  |  |  |
|
| 28 |
| 1280x720 (16:9) | v2-1 |  |  |  |
|
| 29 |
| 1024x1024 (1:1) | v2-1 |  |  |  |
|
| 30 |
+
| 1024x1024 (1:1) | v2-1 |  |  |  |
|
| 31 |
|
| 32 |
|
| 33 |
## Background
|