Edit model card

SDArt : Futuristic Fashion

Showcase

Theme

[LOG #77 X-7829F TRANSCRIPT]

Hello..? Is this recording?

This may be sudden and surprising but.. I'm from the future! Well, a future.

I found a watch that allowed me to project into the past - I was a little skeptical at first but figured it was worth a shot. So, I dialed in 2023 and appeared in front of a group of people in some sort of white coats who were wearing some seriously outdated clothing. I chuckled to myself and told them about our tech-infused fashion in my future. They started experimenting with new materials and designs, and before I knew it, they were creating some impressive pieces!

Of course, I couldn't resist sending a few more messages back in time. I gave them some hints for creating even more innovative fashion, and they ate it up. It was amazing to see how my small advice could change the course of history.

As I projected closer and closer into the future, I could see the world evolving around items of clothing. One of the designers caught my eye with their creation of a smart jacket. The jacket was made with a special fabric that could regulate body temperature and adjust itself according to the weather. Another designer had created a dress that could change color based on your mood. How cool is that? Talk about wearing your emotions on your sleeve!

But the pièce de résistance was a pair of shoes that could charge your phone! Yes, you heard that right. The shoes had a built-in charger that converted the kinetic energy generated by walking into electrical energy. Gone were the days of simple aesthetics. Fashion had evolved into something that was not only innovative but also functional.

And so, here we are in 20XX! Who knows, maybe we'll have fashion that can teleport us to different dimensions next...

...

Oh.

COW #1 - FUTURISTIC FASHION

Step into the future and create a character!

Explore the world of high-tech fashion where style intersects innovation. In this future, fashion is not just an art form but a reflection of technological possibilities.

Challenges:

  • Use artificial lighting such as LEDs and neon signs to illuminate your subject.
  • Incorporate a tech gadget or device into your fashion design in a creative and functional way.
  • Use a neon color palette in your art.

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 31 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
  • dyce
  • ohwx
  • keel
  • aten
  • fcu
  • nwsl
  • cous
  • kuro
  • ndi
  • asot
  • loeb
  • hmv
  • psst
  • nmwx
  • kts
  • lun
  • byes
  • utm
  • vaw
  • guin
  • fara
  • nasi
  • crit
  • kwa
  • mlas
  • phol
  • vedi
  • acu
  • pte
  • oxi
  • kohl

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_futuristicfashion"
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
141