Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
computer vision
stable-diffusion
stable-diffusion-2-1
photography
photoreal
Instructions to use bghira/pseudo-real with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bghira/pseudo-real 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-real", 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 ·
a4f3c31
1
Parent(s): b8fe228
Deprecation notice
Browse files
README.md
CHANGED
|
@@ -8,6 +8,10 @@ tags:
|
|
| 8 |
- photoreal
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
# Capabilities
|
| 12 |
|
| 13 |
This model is capable of producing photorealistic images of people.
|
|
|
|
| 8 |
- photoreal
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Deprecation notice
|
| 12 |
+
|
| 13 |
+
This model was a research project that is deprecated in favour of ptx0/pseudo-flex-base
|
| 14 |
+
|
| 15 |
# Capabilities
|
| 16 |
|
| 17 |
This model is capable of producing photorealistic images of people.
|