Instructions to use alvdansen/soft-focus-3d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/soft-focus-3d with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("alvdansen/soft-focus-3d") prompt = "A little witch girl with a pointy hat, surrounded by stars" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Soft Focus 3D

- Prompt
- A little witch girl with a pointy hat, surrounded by stars
- Negative Prompt
- bad, ugly, messy

- Prompt
- A young elf girl with big, bright eyes and a flower crown
- Negative Prompt
- bad, ugly, messy

- Prompt
- A baby griffin with soft, downy feathers
- Negative Prompt
- bad, ugly, messy

- Prompt
- A chubby, smiling goblin with oversized ears and a tiny hat, holding a flower
- Negative Prompt
- bad, ugly, messy

- Prompt
- A small, mischievous pixie with sparkly wings, hiding behind a leaf
- Negative Prompt
- bad, ugly, messy

- Prompt
- A fluffy, pastel-colored unicorn with a rainbow mane, standing in a field of flowers
- Negative Prompt
- bad, ugly, messy

- Prompt
- A tiny dragon with glittery scales and big, round eyes, perched on a mushroom
- Negative Prompt
- bad, ugly, messy
Model description
This model makes a very soft, often pink washed 3D style. I prefer it with a couple negative prompts as you will see in the examples, and it does best with fantasy themes.
It's possible it will perform slightly better at 0.9 strength.
As usual, open for fun and research purposes, non-commercial. Commercial use - please contact me.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for alvdansen/soft-focus-3d
Base model
stabilityai/stable-diffusion-xl-base-1.0