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:b377d045fa5b5994d417bf1df990f16959b8603dd906406a739ef9be41e990a6
size 2541976
|