Text-to-Image
Diffusers
TensorBoard
Safetensors
stable-diffusion
stable-diffusion-diffusers
custom-diffusion
Instructions to use SidXXD/adding_mist_before_vae_78 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SidXXD/adding_mist_before_vae_78 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SidXXD/adding_mist_before_vae_78", dtype=torch.bfloat16, device_map="cuda") prompt = "photo of a <v1*> cat" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
b75e1e5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2980c59b606eefbc8db2b6371897e47ee7a42f1540bacb2f2311c504d6a87f28
size 102250391
|