Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Instructions to use NadaGh/working with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NadaGh/working with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NadaGh/working", dtype=torch.bfloat16, device_map="cuda") prompt = "tst chair" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| importlib_metadata | |
| filelock | |
| huggingface-hub>=0.23.2 | |
| numpy | |
| regex!=2019.12.17 | |
| requests | |
| safetensors>=0.3.1 | |
| Pillow | |
| [dev] | |
| urllib3<=2.0.0 | |
| isort>=5.5.4 | |
| ruff==0.1.5 | |
| hf-doc-builder>=0.3.0 | |
| compel==0.1.8 | |
| GitPython<3.1.19 | |
| datasets | |
| Jinja2 | |
| invisible-watermark>=0.2.0 | |
| k-diffusion>=0.0.12 | |
| librosa | |
| parameterized | |
| pytest | |
| pytest-timeout | |
| pytest-xdist | |
| requests-mock==1.10.0 | |
| safetensors>=0.3.1 | |
| sentencepiece!=0.1.92,>=0.1.91 | |
| scipy | |
| torchvision | |
| transformers>=4.41.2 | |
| accelerate>=0.31.0 | |
| protobuf<4,>=3.20.3 | |
| tensorboard | |
| peft>=0.6.0 | |
| torch>=1.4 | |
| jax>=0.4.1 | |
| jaxlib>=0.4.1 | |
| flax>=0.4.1 | |
| [docs] | |
| hf-doc-builder>=0.3.0 | |
| [flax] | |
| jax>=0.4.1 | |
| jaxlib>=0.4.1 | |
| flax>=0.4.1 | |
| [quality] | |
| urllib3<=2.0.0 | |
| isort>=5.5.4 | |
| ruff==0.1.5 | |
| hf-doc-builder>=0.3.0 | |
| [test] | |
| compel==0.1.8 | |
| GitPython<3.1.19 | |
| datasets | |
| Jinja2 | |
| invisible-watermark>=0.2.0 | |
| k-diffusion>=0.0.12 | |
| librosa | |
| parameterized | |
| pytest | |
| pytest-timeout | |
| pytest-xdist | |
| requests-mock==1.10.0 | |
| safetensors>=0.3.1 | |
| sentencepiece!=0.1.92,>=0.1.91 | |
| scipy | |
| torchvision | |
| transformers>=4.41.2 | |
| [torch] | |
| torch>=1.4 | |
| accelerate>=0.31.0 | |
| [training] | |
| accelerate>=0.31.0 | |
| datasets | |
| protobuf<4,>=3.20.3 | |
| tensorboard | |
| Jinja2 | |
| peft>=0.6.0 | |