Instructions to use simulationcartridge/ppl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use simulationcartridge/ppl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("simulationcartridge/ppl") prompt = "8bit avatar" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
4f6fe68
1
Parent(s): e8bc27a
Add 2 files
Browse files
images/ezgif.com-webp-to-jpg.webp
ADDED
|
Git LFS Details
|
pixel-portrait-v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:107c49df424f4cfb1e4fc624bb006facff5aa527dbce57da02fc07d7cc7f4996
|
| 3 |
+
size 151113708
|