Instructions to use Avener/pgmist_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Avener/pgmist_style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fal/FLUX.2-dev-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Avener/pgmist_style") prompt = "A calm minimalist portrait with a soft pink and gray color palette, subtle lighting, pgmist_style" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 12 files
Browse files- images/1000017262.webp +3 -0
- images/1000017265.webp +3 -0
- images/1000017266.webp +3 -0
- images/1000017267.webp +3 -0
- images/1000017268.webp +3 -0
- images/1000017270.webp +3 -0
- images/1000017271.webp +3 -0
- images/1000017272.webp +3 -0
- images/1000017275.webp +3 -0
- images/1000017276.webp +3 -0
- images/1000017277.webp +3 -0
- sdxl_vae.safetensors +3 -0
images/1000017262.webp
ADDED
|
Git LFS Details
|
images/1000017265.webp
ADDED
|
Git LFS Details
|
images/1000017266.webp
ADDED
|
Git LFS Details
|
images/1000017267.webp
ADDED
|
Git LFS Details
|
images/1000017268.webp
ADDED
|
Git LFS Details
|
images/1000017270.webp
ADDED
|
Git LFS Details
|
images/1000017271.webp
ADDED
|
Git LFS Details
|
images/1000017272.webp
ADDED
|
Git LFS Details
|
images/1000017275.webp
ADDED
|
Git LFS Details
|
images/1000017276.webp
ADDED
|
Git LFS Details
|
images/1000017277.webp
ADDED
|
Git LFS Details
|
sdxl_vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63aeecb90ff7bc1c115395962d3e803571385b61938377bc7089b36e81e92e2e
|
| 3 |
+
size 334641164
|