Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Instructions to use bhuv1-c/db-valid-warehouse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bhuv1-c/db-valid-warehouse with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bhuv1-c/db-valid-warehouse", dtype=torch.bfloat16, device_map="cuda") prompt = "any two tiles of blue, pink, or orange color are connected through a path with non-black tiles, each blue tile is adjacent to at least one black tile,each black tile is adjacent to at least two blue tiles." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee