Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Instructions to use Loyola/diffusionmodel4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Loyola/diffusionmodel4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Loyola/diffusionmodel4", dtype=torch.bfloat16, device_map="cuda") prompt = "A Loyolatic painting" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 135 Bytes
2f8593a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b3c55e988d7f78cb1eb01c428b68fa672069809185a6dd26bec5aca6fd8c453b
size 6876750164
|