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
Community Projects
Welcome to Community Projects. This space is dedicated to showcasing the incredible work and innovative applications created by our vibrant community using the diffusers library.
This section aims to:
- Highlight diverse and inspiring projects built with
diffusers - Foster knowledge sharing within our community
- Provide real-world examples of how
diffuserscan be leveraged
Happy exploring, and thank you for being part of the Diffusers community!
| Project Name | Description |
|---|---|
| dream-textures | Stable Diffusion built-in to Blender |
| HiDiffusion | Increases the resolution and speed of your diffusion model by only adding a single line of code |
| IC-Light | IC-Light is a project to manipulate the illumination of images |
| InstantID | InstantID : Zero-shot Identity-Preserving Generation in Seconds |
| IOPaint | Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. |
| Kohya | Gradio GUI for Kohya's Stable Diffusion trainers |
| MagicAnimate | MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model |
| OOTDiffusion | Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on |
| SD.Next | SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models |
| stable-dreamfusion | Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion |
| StoryDiffusion | StoryDiffusion can create a magic story by generating consistent images and videos. |
| StreamDiffusion | A Pipeline-Level Solution for Real-Time Interactive Generation |