AI/EXPLORER
OutilsCatégoriesSitesLLMsComparerQuiz IAAlternativesPremium
—Outils IA
—Sites & Blogs
—LLMs & Modèles
—Catégories
AI Explorer

Trouvez et comparez les meilleurs outils d'intelligence artificielle pour vos projets.

Fait avecen France

Explorer

  • ›Tous les outils
  • ›Sites & Blogs
  • ›LLMs & Modèles
  • ›Comparer
  • ›Chatbots
  • ›Images IA
  • ›Code & Dev

Entreprise

  • ›Premium
  • ›À propos
  • ›Contact
  • ›Blog

Légal

  • ›Mentions légales
  • ›Confidentialité
  • ›CGV

© 2026 AI Explorer·Tous droits réservés.

AccueilLLMsdreamshaper 8

dreamshaper 8

par Lykon

Open source · 51k downloads · 102 likes

2.5
(102 avis)ImageAPI & Local
À propos

DreamShaper 8 est un modèle de génération d'images par intelligence artificielle, spécialement affiné à partir de Stable Diffusion v1.5 pour offrir un équilibre entre réalisme et styles artistiques variés. Il excelle dans la création d'images à la fois photographiques et stylisées, avec une attention particulière portée sur la cohérence des détails et la diversité des rendus. Ce modèle convient aussi bien aux artistes cherchant à explorer des univers créatifs qu'aux utilisateurs souhaitant produire des visuels uniques pour des projets personnels ou professionnels. Ce qui le distingue, c'est sa polyvalence, capable de s'adapter à différents styles tout en maintenant une qualité constante, même si certains styles comme le photorealisme pur ou l'anime pur peuvent nécessiter des ajustements ou des outils complémentaires.

Documentation

Dreamshaper 8

lykon/dreamshaper-8 is a Stable Diffusion model that has been fine-tuned on runwayml/stable-diffusion-v1-5.

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/dreamshaper-8', 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(33)
image = pipe(prompt, generator=generator, num_inference_steps=25).images[0]  
image.save("./image.png")

Notes

  • Version 8 focuses on improving what V7 started. Might be harder to do photorealism compared to realism focused models, as it might be hard to do anime compared to anime focused models, but it can do both pretty well if you're skilled enough. Check the examples!
  • Version 7 improves lora support, NSFW and realism. If you're interested in "absolute" realism, try AbsoluteReality.
  • Version 6 adds more lora support and more style in general. It should also be better at generating directly at 1024 height (but be careful with it). 6.x are all improvements.
  • Version 5 is the best at photorealism and has noise offset.
  • Version 4 is much better with anime (can do them with no LoRA) and booru tags. It might be harder to control if you're used to caption style, so you might still want to use version 3.31. V4 is also better with eyes at lower resolutions. Overall is like a "fix" of V3 and shouldn't be too much different.
Liens & Ressources
Spécifications
CatégorieImage
AccèsAPI & Local
LicenceOpen Source
TarificationOpen Source
Note
2.5

Essayer dreamshaper 8

Accédez directement au modèle