Instructions to use Yntec/Bedtime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Bedtime with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Bedtime", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/Bedtime", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Bedtime
This model is dedicated to the little ones at home. Samples and prompts (all use seed 9119):
Cute brown eyes. Once upon a time there lived in the fairy-tale kingdom Triangle and Rectangle, a girl and a prince short haired boy. They were very different, but they were friends with each other.
Enchanting Storybook Featuring a cute red Dragon. No humans
Cute faces, anime eyes, Bitmap, illustration, background, pirate girl, pirate boy, chibi parrots, pirates, boat, sea, fish, lemur, key, monkey, fairy tale character, hero, character β Illustration
emotional realistic illustration.Of a mother and 3 year old daughter in front of the kindergarten. the mom is crouching at her level talking her daughter. the girl is holding a hamburger, cinematic
- Downloads last month
- 3



