Instructions to use EnD-Diffusers/lost_and_found with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/lost_and_found with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/lost_and_found", 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
Commit ·
a5c3519
1
Parent(s): 714c8b1
Upload 2 files
Browse files
ExpMix_Extra.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:306dd9d0fa493b2d6efff7ebd077ff1b820860914f57606141518057d201d918
|
| 3 |
+
size 2132625438
|
pollamix(r-detail).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44d2120e3c65c6054880f0bcaa96a321a1b9859baa3cf55695cfa16bbe1d94e4
|
| 3 |
+
size 4487690256
|