Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
diffusion
free
freeai
ai
interdiffusion
Instructions to use cutycat2000x/InterDiffusion-3.8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cutycat2000x/InterDiffusion-3.8 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.8", 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
50980e1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:55eebf18f09aa4b893939e16d59bf08667c2b97c11496eb508e02632878a27d6
size 1136321
|