Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
stable-diffusion
stable-diffusion-diffusers
Instructions to use awatterson/dogbooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use awatterson/dogbooth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("awatterson/dogbooth", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of [v]dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,20 +55,3 @@ You can find some example images in the following.
|
|
| 55 |
|
| 56 |
|
| 57 |
DreamBooth for the text encoder was enabled: False.
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
## Intended uses & limitations
|
| 61 |
-
|
| 62 |
-
#### How to use
|
| 63 |
-
|
| 64 |
-
```python
|
| 65 |
-
# TODO: add an example code snippet for running this diffusion pipeline
|
| 66 |
-
```
|
| 67 |
-
|
| 68 |
-
#### Limitations and bias
|
| 69 |
-
|
| 70 |
-
[TODO: provide examples of latent issues and potential remediations]
|
| 71 |
-
|
| 72 |
-
## Training details
|
| 73 |
-
|
| 74 |
-
[TODO: describe the data used to train the model]
|
|
|
|
| 55 |
|
| 56 |
|
| 57 |
DreamBooth for the text encoder was enabled: False.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|