Instructions to use ManyWayne/OLDDOLL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ManyWayne/OLDDOLL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ManyWayne/OLDDOLL") prompt = "Nikon D850 with 105mm f/1.4E lens at f/2.8: [Young woman with glossy, full lips slightly parted, soft glowing caramel-toned skin, and long, wavy black-brown hair cascading around her face, heterochromatic eyes with one amber-gold and the other icy silver, both highly detailed with a glassy, reflective texture, a small black bird tattoo under one eye, sharply defined and arched thick eyebrows, delicate nose piercing, and a neck tattoo that reads 'truth' in stylized script], [smooth and cinematic lighting highlighting the contours of her cheeks and lips], creating a dreamy, surreal quality. High-angle perspective, focus on the subject's face, hyperrealistic 3D-style portrait with ultra-gloss finish, digital illustration style, neutral background." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- OLDDOLL-by-MANY-WAYNE.safetensors +3 -0
- images/01.jpg +3 -0
- images/02.jpg +3 -0
- images/03.jpg +3 -0
OLDDOLL-by-MANY-WAYNE.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63ee6bfeda82a8fadd0d331ba748217cad45f28198287905d651eb1897f393c0
|
| 3 |
+
size 39782984
|
images/01.jpg
ADDED
|
Git LFS Details
|
images/02.jpg
ADDED
|
Git LFS Details
|
images/03.jpg
ADDED
|
Git LFS Details
|