đ PoW : Elemental Flowers
This model is related to the "Picture of the Week" contest on Stable Diffusion discord, allowing users to create images of elemental flowers.
đ Quick Start
This model can be used just like any other Stable Diffusion model. You can generate images using the following code example:
from diffusers import StableDiffusionPipeline
import torch
model_id = "Guizmus/SDArt_elementalflowers"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "SDArt ibc"
image = pipe(prompt).images[0]
image.save("./SDArt.png")
You can also export the model to ONNX, MPS and/or FLAX/JAX. The model present in the diffusers is the user tokens version.
⨠Features
- Thematic Creation: Create images of flowers representing the four elements: fire, water, earth, and air. Use colors and shapes to capture the essence of the elements and incorporate their symbolism into the designs.
- Model Diversity: There are two versions of the model, the user tokens version and the classic tokens version, providing different ways to generate images.
đĻ Installation
No specific installation steps are provided in the original document.
đģ Usage Examples
Basic Usage
from diffusers import StableDiffusionPipeline
import torch
model_id = "Guizmus/SDArt_elementalflowers"
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
pipe = pipe.to("cuda")
prompt = "SDArt ibc"
image = pipe(prompt).images[0]
image.save("./SDArt.png")
đ Documentation
Theme
Emerald leaves, crimson petals, and a fragrance so sweet â Nature's art, a canvas so neat. Is it the fiery passion of a red rose, or the tranquil bliss of a bluebell that grows?
Love is like a garden of these elemental treasures, each with its own charm, each with its own measures.
Create images of flowers representing the four elements: fire, water, earth, and air. Use colors and shapes that capture the essence of one or each element, and consider the symbolism and associations associated with them to create unique designs.
Consider the symbolism and associations of each element as you create your images. What emotions or concepts do they evoke, and how can you incorporate that into your designs?
What will your elemental flower bloom into? Where does it grow? What is it surrounded by? Even better-- what's your flower called? Name it! Today's example flowers were made by me ^^ enjoy!
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 49 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.
A second version, titled "Classic version", has been trained by spliting all the 4-shot pictures into individual pictures, and using more usual tokens, like the 4 elements. This dataset is a little larger (61 pictures) and got trained for longer but on the same repeats/params.
The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
Trained tokens
User tokens version
- SDArt
- dyce
- ohwx
- bnp
- juli
- aten
- hep
- fcu
- hiko
- ufos
- nwsl
- cous
- aved
- mth
- gani
- kprc
- kuro
- asot
- jap
- weho
- hmv
- psst
- sqm
- irgc
- buka
- buon
- nmwx
- byes
- utm
- dany
- avel
- vaw
- zaki
- guin
- urd
- nasi
- vini
- hta
- crit
- inem
- mlas
- isch
- phol
- vedi
- dds
- acu
- httr
- pte
- oxi
- ibc
Classic tokens version
- elem flowers
- air
- water
- fire
- earth
- multielem
Download links
User tokens version
SafeTensors
CKPT
Dataset
Classic tokens version
SafeTensors
CKPT
Dataset
đ§ Technical Details
- Training Base: The model was trained on Stable diffusion 1.5.
- Training Tool: EveryDream was used for training, with 100 total repeats per picture.
- Dataset: The total dataset of the first version is made of 49 pictures, and the second "Classic version" dataset is a little larger, consisting of 61 pictures.
- Sampling Recommendation: The recommended sampling is k_Euler_a or DPM++ 2M Karras on 20 steps, CFGS 7.5 .
đ License
This model is under the creativeml-openrail-m license.