How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("nicky007/stable-diffusion-logo-fine-tuned", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

stable-diffusion-LOGO-fine-tuned model trained by nicky007

this Stable diffusion model i have fine tuned on 1000 raw logo png/jpg images of of size 128x128 with augmentation

Enjoy .create any type of logo

for examples:"Logo of a pirate","logo of a sunglass with girl" or something complex like "logo of a ice-cream with snake" etc

Downloads last month
66
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using nicky007/stable-diffusion-logo-fine-tuned 77