How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/samdoesartsUlt", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

This model with the MoistMix VAE baked.

Previews and prompts: sample (lora)0.5 , (amakawa hano)0.5 , 1 girl, ray tracing, {best quality}, {{masterpiece}}, {highres}, original, extremely detailed 8K wallpaper, {an extremely delicate and beautiful}, , incredibly_absurdres, colorful, intricate detail, artbook

sample pretty cute little girl in tricycle, Screenshot of an surreal streetwear 70s round minimalist architecture, Sharp, 35mm still from a sci fi light blockbuster color movie made in 2022, beautiful portrait, set in 1860, in front of a spaceship that has just landed on an alien planet, are all wearing, a robot stands nearby

Original pages: https://huggingface.co/jinofcoolnes/sammod https://civitai.com/api/download/models/14459?type=VAE

Downloads last month
62
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using Yntec/samdoesartsUlt 50