iamkaikai/amazing_logos_v2
Viewer • Updated • 10.1k • 20 • 1
How to use iamkaikai/amazing-logos with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("iamkaikai/amazing-logos", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("iamkaikai/amazing-logos", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]This pipeline was finetuned from runwayml/stable-diffusion-v1-5 on the iamkaikai/amazing_logos_v2 dataset.
These are the key hyperparameters used during training:
The prompt format is as follows:
{template keywords} + [company name] + [concept & country] + {template keywords}
For example:
Simple elegant logo for **[Google]**, **[G circle United states]**, successful vibe, minimalist, thought-provoking, abstract, recognizable, black and white
The [concept & country] section can include words such as:
Here are some examples of prompts:
Base model
runwayml/stable-diffusion-v1-5