File size: 900 Bytes
a21f982 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
license: creativeml-openrail-m
tags:
- text-to-image
---
### AI-gf on Stable Diffusion via Dreambooth
#### model by RPritam
This your the Stable Diffusion model fine-tuned the AI-gf concept taught to Stable Diffusion with Dreambooth.
It can be used by modifying the `instance_prompt`: **<ai-gf> beautiful girl with black hair and fair skin in indian attire**
You can also train your own concepts and upload them to the library by using [this notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_training.ipynb).
And you can run your new concept via `diffusers`: [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces with the Public Concepts loaded](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
|