AkikoOu commited on
Commit
25010fb
1 Parent(s): b157a11

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - diffusion-models-class
9
+ - dreambooth-hackathon
10
+ - animal
11
+ widget:
12
+ - text: turn the face to white hqzOperaFaceEdit BeijingOpera facial makeup, keep the
13
+ original decorative pattern
14
+ ---
15
+
16
+ # DreamBooth model for the hqzOperaFaceEdit concept trained by AkikoOu on the AkikoOu/dreambooth-hqzopera dataset.
17
+
18
+ This is a Stable Diffusion model fine-tuned on the hqzOperaFaceEdit concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of hqzOperaFaceEdit BeijingOpera facial makeup**
19
+
20
+ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!
21
+
22
+ ## 描述
23
+
24
+
25
+ This is a Stable Diffusion Pix2Pix model fine-tuned on `BeijingOpera facial makeup` images for the animal theme.
26
+
27
+
28
+ ## 用法
29
+
30
+ ```python
31
+ from diffusers import StableDiffusionPipeline
32
+
33
+ pipeline = StableDiffusionPipeline.from_pretrained('AkikoOu/hqzOperaFaceEditpix2pix')
34
+ image = pipeline().images[0]
35
+ image
36
+ ```