Instructions to use aorellanat/dog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aorellanat/dog with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aorellanat/dog", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Subir concepto Dog y token identificador
Browse files- README.md +22 -0
- token_identifier.txt +1 -0
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
---
|
| 6 |
+
### Dog en Stable Diffusion via Dreambooth
|
| 7 |
+
#### Modelo creado por aorellanat
|
| 8 |
+
Este es el modelo Stable Diffusion ajustado con el concepto "Dog" mediante Dreambooth.
|
| 9 |
+
Puedes usarlo modificando el `instance_prompt`: **<pet> dog**
|
| 10 |
+
|
| 11 |
+
También puedes entrenar tus propios conceptos y subirlos a la biblioteca usando [este notebook](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_training.ipynb).
|
| 12 |
+
Puedes ejecutar tu nuevo concepto con `diffusers`: [Notebook de inferencia en Colab](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb), [Spaces con los conceptos públicos](https://huggingface.co/spaces/sd-dreambooth-library/stable-diffusion-dreambooth-concepts)
|
| 13 |
+
|
| 14 |
+
Imágenes usadas para entrenar este concepto:
|
| 15 |
+

|
| 16 |
+

|
| 17 |
+

|
| 18 |
+

|
| 19 |
+

|
| 20 |
+

|
| 21 |
+

|
| 22 |
+
|
token_identifier.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<pet> dog
|