Instructions to use cloudqi/cqi_text_to_image_pt_v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cloudqi/cqi_text_to_image_pt_v0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cloudqi/cqi_text_to_image_pt_v0", dtype=torch.bfloat16, device_map="cuda") prompt = "Gato em alta qualidade na neve\n" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Update README.md 1d5bc0c
ok b293050
fix 64201df
Update model_index.json f3f3352
Update vae/config.json 0cfcbbb
Update vae/config.json 3986918
Update vae/config.json 1a996be
Update unet/config.json de6f98f
Update vae/config.json 35cf842
Update README.md 8a91565
Update vae/config.json f0e468e
Update vae/config.json 37c0266
Bigger Samples 1d348a3
Update README.md 84a22d5
baseok 99ee98a
root commited on