Instructions to use lucataco/StartupLogos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lucataco/StartupLogos with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lucataco/StartupLogos", 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
Commit History
Upload 14 files b7f2652
Delete model_index.json f62ebb6
Create model_index.json 2657b24
Update README.md 925dc7e
Update README.md 9e1ffa8
Update README.md 4017f38
Update README.md 285028a
Update README.md 70efbff
Delete makestartuplogo.ckpt 0724c0c
Delete gallery.png b8bd62d
Upload 2 files 0dc0385
Update README.md bb1dfd8
Update README.md f125f65
Update README.md 3c3cb2e
Upload gallery.png 61955a2
Upload makestartuplogo.ckpt b67f654
Update README.md fc6b694
initial commit d95a0e8
Luis Catacora commited on