Instructions to use nicky007/stable-diffusion-logo-fine-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nicky007/stable-diffusion-logo-fine-tuned with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
- 117