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:7d4ac2a78848213ee2f0f8685fd472353ee57ebf8f9dd38e245c6f8b9910d028
size 1496392
|