Instructions to use alvdansen/lostandlonelymanga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/lostandlonelymanga 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/lostandlonelymanga") prompt = "a girl with pink hair" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Lost and Lonely Anime

- Prompt
- a girl with pink hair

- Prompt
- daiton girl with horns laughing

- Prompt
- a celestial creature made of light and sound, beautiful, terrifying, highly detailed, pearlescent , daiton
- Negative Prompt
- messy, low quality, bad detail

- Prompt
- daiton boy in a sailor outfit

- Prompt
- a celestial creature made of light and sound, beautiful, terrifying, highly detailed, pearlescent
- Negative Prompt
- messy, low quality, bad detail

- Prompt
- a cute kid witch with a black cat friend
Model description
This is a style I work with a lot and wanted to share with the space.
Hope you enjoy! Per usual, the trigger "daiton" will make the style stickier but isn't required.
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
- 673
Model tree for alvdansen/lostandlonelymanga
Base model
stabilityai/stable-diffusion-xl-base-1.0