Edit model card

SDArt : Cosmic Horrors (version based on 2.1 768px)

Showcase

Theme

It was a stupid idea, I know that now. I thought I was brave, daring, that I could handle anything. But nothing could have prepared me for what I found on the other side of the veil. I had always been fascinated by the unknown and the supernatural, and finally, found a ritual that would grant me passage.

As I recited the incantation, my mind was wrenched apart, tearing at the senses as I felt an indescribable sense of disorientation. The world was drained of color, shrouded in a thick, eerie mist that clung to my skin. I couldn't see anything moving but there was a strange silence that hung in the air. It was eerie.. unsettling.. like walking through a graveyard.

And then, I saw it.

Beyond the veil was a terror beyond anything I had ever imagined. A mass of writhing tendrils, some thick and muscular, others thin and sinuous that moved with a strange, fluid grace. Its eyes were pure black within a world of gray - drawing me in like a magnet.

I tried to flee, but my feet seemed to be rooted to the spot. It was like the entity had some kind of hold over me. I could feel its presence in my mind, trying to rend it apart. It whispered to me the secrets of the universe, knowledge meant for no human to possess.

And then, I saw black.

When I opened my eyes again, I was back in my own world. But the memory of the gray world and the creature haunted me. I had looked into the abyss of the unknown, and it had looked back.

COW #2 - Cosmic Horrors

The veil between worlds is wearing thin.. and the monsters await.

Prepare yourself for an encounter with a terrifying monster that is beyond human comprehension. Beware, for these eldritch entities exist outside the realms of your reality, and to face them is to stare into the abyss of the unknown.

Challenges:

  • Your image must be mostly grayscale.
  • Your artwork must feature an eldritch entity or monster.
  • Create mist/fog within the composition to add an element of suspense and mystery.

Model description

This is a model related to the "Challenge of the WeekEnd" contest on Stable Diffusion discord..

I try to make a model out of all the submission for people to continue enjoy the theme after the even, and see a little of their designs in other people's creations. The token stays "SDArt" and I balance the learning on the low side, so that it doesn't just replicate creations.

The total dataset is made of 39 pictures. It was trained on Stable diffusion 2.1 768px. I used EveryDream to do the training, 100 total repeat per picture. The pictures were tagged using the token "SDArt", and an arbitrary token I choose. The dataset is provided below, as well as a list of usernames and their corresponding token.

The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .

The model is also available here in a version trained on 1.5 as a base.

Trained tokens

  • SDArt
  • dyce
  • bnp
  • keel
  • fcu
  • cous
  • aved
  • pfa
  • kprc
  • kuro
  • elis
  • ndi
  • asot
  • loeb
  • bsp
  • psst
  • irgc
  • mds
  • kts
  • byes
  • dany
  • mss
  • guin
  • mgt
  • mwf
  • crit
  • mlas
  • isch
  • phol
  • vedi
  • dds
  • httr
  • pte
  • oxi
  • nery
  • nips
  • nlwx
  • nrg
  • ofi
  • olis

Download links

SafeTensors

CKPT

Config (yaml)

Dataset

🧨 Diffusers

This model can be used just like any other Stable Diffusion model. For more information, please have a look at the Stable Diffusion.

You can also export the model to ONNX, MPS and/or FLAX/JAX.

from diffusers import StableDiffusionPipeline
import torch

model_id = "Guizmus/SDArt_cosmichorrors768"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

prompt = "SDArt httr"
image = pipe(prompt).images[0]

image.save("./SDArt.png")
Downloads last month
237

Spaces using Guizmus/SDArt_cosmichorrors768 72