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", torch_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
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/01.jpg | |
| text: >- | |
| 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. | |
| parameters: | |
| negative_prompt: seed 1024. steps 35. | |
| - output: | |
| url: images/02.jpg | |
| text: >- | |
| Canon EOS 5D Mark IV with EF 100mm f/2.8L Macro IS USM lens at f/8: [Pale, | |
| female mannequin head with voluminous, dirty long blonde straight hair, | |
| dramatic, winged dark eyelashes and perfectly groomed eyebrows, light pink | |
| lipstick, looking directly at the camera with a slight side turn], [soft, | |
| diffused lighting with subtle shadows to accentuate facial features], | |
| creating [a realistic, high-contrast portrait effect]. Straight-on | |
| perspective, focus on the eyes, Canon Log profile. | |
| parameters: | |
| negative_prompt: seed 1045. steps 35. | |
| - output: | |
| url: images/03.jpg | |
| text: >- | |
| Canon EOS 5D Mark IV with EF 100mm f/2.8L Macro IS USM lens at f/8: Pale, | |
| female mannequin head, [dirty long blonde straight hair,] [Big black eyes | |
| like a heroine in Disney,] [Plump, glossy lips slightly parted, with natural | |
| texture details like fine lines and soft highlights,] winged dark eyelashes | |
| and perfectly groomed eyebrows, focus on the eyes, [looking directly at the | |
| camera with a slight side turn,] soft, diffused lighting with subtle shadows | |
| to accentuate facial features] | |
| parameters: | |
| negative_prompt: seed 1045. steps 170813024337508. | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: mw3od5 art style by Many Wayne, oldoll, mw doll | |
| license: creativeml-openrail-m | |
| # OLDDOLL-by-MANY-WAYNE | |
| <Gallery /> | |
| ## Model description | |
| Hi Bob, | |
| I’ve prepared a very interesting LORA with a doll-like appearance. It was trained on my older works. If you like this style as much as I do, I’m sure it will be a great addition to your LORA collection. | |
| With love, Wayne | |
| In the meantime, you can look at my work. https://www.artstation.com/manywayne | |
| ## Trigger words | |
| You should use `mw3od5 art style by Many Wayne` to trigger the image generation. | |
| You should use `oldoll` to trigger the image generation. | |
| You should use `mw doll` to trigger the image generation. | |
| ## Download model | |
| [Download](/ManyWayne/OLDDOLL/tree/main) them in the Files & versions tab. | |