Apocalypse-19 commited on
Commit
73a1c7e
1 Parent(s): f276319

Update README.md

Browse files

---
license: creativeml-openrail-m
tags:
- pytorch
- diffusers
- text-to-image
- dreambooth-hackathon
- animal
widget:
- text: A photo of vishu cat
---

# Dreambooth Model for Animals trained on a custom dataset.
This is a Stable Diffusion model fine-tuned on the animal concept with DreamBooth. It can be used by modifying the `instance_prompt`: **A photo of vishu cat**

This model was created as part of the DreamBooth Hackathon 🔥.

## Description


Model finetuned on the pictures of our cat named Vishu, made for the Dreambooth Hackathon,
finetuned on Stable diffusion 2.1 Base


## Usage

```python
from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('Apocalypse-19/Vishu-the-Cat')
image = pipeline().images[0]
image
```

## Examples

Some example pictures with their prompts are:

Prompt = a photo of vishu cat as a genshin impact character, high resolution
Number of Inference Steps = 50
Guidance Scale =7.5

![a photo of vishu cat as a genshin impact character, high res, infstep=50, gs=7.5.png](https://s3.amazonaws.com/moonup/production/uploads/1673375717111-6366451164bcbbd03e2fcd19.png)

Prompt = A photo of vishu cat shaking hands with Donald Trump
Number of Inference Steps = 50
Guidance Scale =7.5
![a photo of vishu cat shaking hands with Donald Trump, infstep=50, gs=7.5, no neg prompts.png](https://s3.amazonaws.com/moonup/production/uploads/1673375875676-6366451164bcbbd03e2fcd19.png)

Prompt = A photo of vishu cat cocking a gun
Number of Inference Steps = 50
Guidance Scale =7.5
Seed = 1024
![a photo of vishu cat cocking a gun, infstep=50, gs=7.5, seed=1024.png](https://s3.amazonaws.com/moonup/production/uploads/1673375916644-6366451164bcbbd03e2fcd19.png)

Prompt = Vishu cat as a disney princess
Number of Inference Steps = 50
Guidance Scale =7.5
Seed = 1024
![vishu cat as a disney princess, infstep=50, gs=7.5, seed=1024.png](https://s3.amazonaws.com/moonup/production/uploads/1673375943037-6366451164bcbbd03e2fcd19.png)

Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -3,7 +3,6 @@ license: creativeml-openrail-m
3
  tags:
4
  - pytorch
5
  - diffusers
6
- - stable-diffusion
7
  - text-to-image
8
  - dreambooth-hackathon
9
  - animal
 
3
  tags:
4
  - pytorch
5
  - diffusers
 
6
  - text-to-image
7
  - dreambooth-hackathon
8
  - animal