Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
dreambooth
Instructions to use Nazar47/models-moved with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nazar47/models-moved with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Nazar47/models-moved", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of little monkey" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 128 Bytes
330a479 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4db495644e3e5bd8fcac52f70e7fc0b413c911086021acf73ac30e5911166e95
size 518
|