Edit model card

PoW : UNDERWATER WORLDS

Showcase

Theme

Deep in the heart of the ocean, there was a realm of magic and mystery, where the creatures were of an unearthly nature. Lyra, a young and courageous mermaid, was determined to explore every space of this ethereal world. With each stroke of her powerful tail, she descended deeper into the abyssal unknown, encountering peculiar and breathtaking creatures - towering sea serpents with magnificent scales, colossal jellyfish that radiated with a vibrant light, and shoals of resplendent fish that swam in mesmerizing patterns.

As Lyra delved deeper, an expansive gateway of coral and seaweed emerged before her. Suddenly, she was surrounded by a swarm of bioluminescent seahorses that darted around her, their neon lights illuminating the shadows. Lyra couldn't help but smile at the sight, marveling at their beauty. After a moment, she composed herself and looked around. She was in disbelief at what lay before here - an underwater city of pure enchantment and intrigue.

The buildings were made of elegant stonework, adorned with an array of carvings depicting creatures beyond her wildest dreams. The walls were draped in a soft, radiant moss that illuminated the entire city like a cloudless starry night sky. The interplay of light and shadow danced in a hypnotic rhythm that left Lyra in a state of awe. She felt as if she had discovered a world that was both ancient and new, an underwater world of unexplored possibilities.

Bring the magic of the underwater worlds to life

How would you capture the wonder and fluidity of the ocean depths?

What kind of unique underwater creatures or plants would Lyra have seen?

If you could explore one specific area of Lyra's world, what would it be?Remember to stay hydrated!

Model description

This is a model related to the "Picture of the Week" 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 38 pictures. It was trained on Stable diffusion 1.5. 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 .

Trained tokens

  • SDArt
  • appt
  • ohwx
  • asr
  • aten
  • fcu
  • chor
  • cpec
  • pfa
  • kprc
  • kuro
  • asot
  • elis
  • sill
  • exe
  • bsp
  • grl
  • hap
  • byes
  • lpg
  • yler
  • avel
  • vaw
  • zaki
  • ohn
  • guin
  • vini
  • pz
  • crit
  • shma
  • doa
  • sks
  • szn
  • phol
  • utm
  • uy
  • dds
  • pte
  • oxi
  • ynna

Download links

SafeTensors

CKPT

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_underwaterworlds"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")

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

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