Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
diffusion
free
freeai
ai
interdiffusion
Instructions to use cutycat2000x/InterDiffusion-3.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cutycat2000x/InterDiffusion-3.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cutycat2000x/InterDiffusion-3.5", dtype=torch.bfloat16, device_map="cuda") prompt = "a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 132 Bytes
08a0220 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8b56fb3f776383517f8a5812e38b54a19559330410d41aa602902f454d2bba7
size 2415496
|