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 ·
59e9d01
1
Parent(s): eafa203
Upload 6 files
Browse files- .gitattributes +4 -0
- assets/dark-base.png +3 -0
- assets/dark-flex.png +0 -0
- assets/dark-realism.png +3 -0
- assets/woman-base.png +3 -0
- assets/woman-flex.png +0 -0
- assets/woman-realism.png +3 -0
.gitattributes
CHANGED
|
@@ -7,3 +7,7 @@ assets/ellen-realism.png filter=lfs diff=lfs merge=lfs -text
|
|
| 7 |
assets/fam-base.png filter=lfs diff=lfs merge=lfs -text
|
| 8 |
assets/fam-flex.png filter=lfs diff=lfs merge=lfs -text
|
| 9 |
assets/fam-realism.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
assets/fam-base.png filter=lfs diff=lfs merge=lfs -text
|
| 8 |
assets/fam-flex.png filter=lfs diff=lfs merge=lfs -text
|
| 9 |
assets/fam-realism.png filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
assets/dark-base.png filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
assets/dark-realism.png filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
assets/woman-base.png filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
assets/woman-realism.png filter=lfs diff=lfs merge=lfs -text
|
assets/dark-base.png
ADDED
|
Git LFS Details
|
assets/dark-flex.png
ADDED
|
assets/dark-realism.png
ADDED
|
Git LFS Details
|
assets/woman-base.png
ADDED
|
Git LFS Details
|
assets/woman-flex.png
ADDED
|
assets/woman-realism.png
ADDED
|
Git LFS Details
|