Instructions to use alvdansen/soft-ones with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/soft-ones 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-ones") prompt = "a lonesome witch walking slowly up a mountain with scattered wildflowers, daiton style, super detailed, fine linework" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Soft Ones

- Prompt
- a lonesome witch walking slowly up a mountain with scattered wildflowers, daiton style, super detailed, fine linework
- Negative Prompt
- bad image, zombie, bad eyes

- Prompt
- a small pixie dancing in the moonlight, daiton style, super detailed, fine linework
- Negative Prompt
- bad image, zombie, bad eyes

- Prompt
- a woman with with flowers blooming from her face, daiton style, super detailed, fine linework
- Negative Prompt
- bad image, zombie, bad eyes

- Prompt
- a woman with flaming red hair dressed in a sleek futuristic outfit, daiton style, super detailed, fine linework
- Negative Prompt
- bad image

- Prompt
- a dragon humanoid covered in water, super detailed, fine linework
- Negative Prompt
- bad image, zombie, bad eyes
Model description
A model that makes a soft and quiet world.
Can use "daiton" as a trigger but it isn't needed.
Download model
Weights for this model are available in Safetensors format.
Model release is for research purposes only. For commercial use, please contact me directly.
Download them in the Files & versions tab.
- Downloads last month
- 219
Model tree for alvdansen/soft-ones
Base model
stabilityai/stable-diffusion-xl-base-1.0