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
- Draw Things
- DiffusionBee
ptx0 commited on
Commit ·
d2ad01c
1
Parent(s): e289221
CivitAI checkpoints
Browse files
pseudo-flex-base-fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90ed01c32e9a895ac740830d12c235c06dac66c9e26cb6fc733df934fc77c2a
|
| 3 |
+
size 2580068696
|
pseudo-flex-base-fp32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a8051bd03756b6570a0e64aa9ffb689ab37d29cd76adabdb32706b25a035ca2
|
| 3 |
+
size 5159974876
|