Instructions to use cosmo3769/test-model-card-template-t2i-adapter-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cosmo3769/test-model-card-template-t2i-adapter-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cosmo3769/test-model-card-template-t2i-adapter-sdxl", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
t2iadapter-cosmo3769/t2i-adapter-sdxl
These are t2iadapter weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
You can find some example images below.
prompt: validation_prompt
prompt: validation_prompt
prompt: validation_prompt

Intended uses & limitations
How to use
# TODO: add an example code snippet for running this diffusion pipeline
Limitations and bias
[TODO: provide examples of latent issues and potential remediations]
Training details
[TODO: describe the data used to train the model]
- Downloads last month
- -
Model tree for cosmo3769/test-model-card-template-t2i-adapter-sdxl
Base model
runwayml/stable-diffusion-v1-5