AI/EXPLORER
ToolsCategoriesSitesLLMsCompareAI QuizAlternativesPremium
—AI Tools
—Sites & Blogs
—LLMs & Models
—Categories
AI Explorer

Find and compare the best artificial intelligence tools for your projects.

Made within France

Explore

  • ›All tools
  • ›Sites & Blogs
  • ›LLMs & Models
  • ›Compare
  • ›Chatbots
  • ›AI Images
  • ›Code & Dev

Company

  • ›Premium
  • ›About
  • ›Contact
  • ›Blog

Legal

  • ›Legal notice
  • ›Privacy
  • ›Terms

© 2026 AI Explorer·All rights reserved.

HomeLLMsdreamshaper xl 1 0

dreamshaper xl 1 0

by Lykon

Open source · 3k downloads · 40 likes

2.0
(40 reviews)ImageAPI & Local
About

DreamShaper XL 1.0 is an AI model specialized in generating images from text, built on Stable Diffusion technology. It excels at creating realistic, artistic, or stylized images with exceptional precision in details and textures. This model is particularly well-suited for artists, content creators, and design enthusiasts looking to bring their visual ideas to life. What sets it apart is its balance between artistic quality and realism, as well as its ability to consistently interpret complex prompts. It seamlessly integrates into creative workflows to produce unique and impactful visuals.

Documentation

Dreamshaper SDXL-1-0

lykon-models/dreamshaper-xl-1-0 is a Stable Diffusion model that has been fine-tuned on stabilityai/stable-diffusion-xl-base-1.0.

Please consider supporting me:

  • on Patreon
  • or buy me a coffee

Diffusers

For more general information on how to run text-to-image models with 🧨 Diffusers, see the docs.

  1. Installation
Code
pip install diffusers transformers accelerate
  1. Run
Py
from diffusers import AutoPipelineForText2Image, DEISMultistepScheduler
import torch

pipe = AutoPipelineForText2Image.from_pretrained('lykon-models/dreamshaper-xl-1-0', torch_dtype=torch.float16, variant="fp16")
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
pipe = pipe.to("cuda")

prompt = "portrait photo of muscular bearded guy in a worn mech suit, light bokeh, intricate, steel metal, elegant, sharp focus, soft lighting, vibrant colors"

generator = torch.manual_seed(0)
image = pipe(prompt, num_inference_steps=25).images[0]  
image.save("./image.png")

Capabilities & Tags
diffuserssafetensorsstable-diffusionstable-diffusion-diffusersstable-diffusion-xltext-to-imageartartisticanimedreamshaper
Links & Resources
Specifications
CategoryImage
AccessAPI & Local
LicenseOpen Source
PricingOpen Source
Rating
2.0

Try dreamshaper xl 1 0

Access the model directly