Instructions to use vitordelucca/MyModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vitordelucca/MyModel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("vitordelucca/MyModel", 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 Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md 7d9e31e
Vitor de Lucca commited on
Update README.md ef3ea2d
Vitor de Lucca commited on
Update README.md 593edfc
Vitor de Lucca commited on
Update README.md 9ff14d6
Vitor de Lucca commited on
Update README.md 43080a6
Vitor de Lucca commited on
Merge branch 'main' of https://huggingface.co/vitorgrs/MyModel f5d4de0
update samples 4d9d3ce
Update README.md 5c971a4
Vitor de Lucca commited on