Text-to-Image
Diffusers
TensorBoard
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
dreambooth
Instructions to use frknayk/dreambooth_training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use frknayk/dreambooth_training with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("frknayk/dreambooth_training", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of sks dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
How Can I put my Images in here to make avatars ?
#1
by utkarshhhh - opened
So training stable diffusion with dreambooth also gives the ability to fine tune your images too, right!
so here I'm seeing a text-to-image model, but If I want to do Image to avatar, how can I do that ?
Good idea, I would add it too. For now this was just a fun weekend project to learn HuggingFace ecosystem. But I will bring this feature too.
That's cool, Do check out buildspace course for AI avatar generator, it uses stable diffusion with dreambooth to fine tune images also !