alkzar90 commited on
Commit
3ecd604
1 Parent(s): 010bd3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -9,10 +9,10 @@ tags:
9
 
10
  # Example Fine-Tuned Model for Unit 2 of the [Diffusion Models Class 🧨](https://github.com/huggingface/diffusion-models-class)
11
 
12
- ![]("./ukyo-e-portrait.jpeg")
13
-
14
  This model is a diffusion model for unconditional image generation of Ukiyo-e images ✍ 🎨. The model was train using fine-tuning with the google/ddpm-celebahq-256 pretrain-model and the dataset: https://huggingface.co/datasets/huggan/ukiyoe2photo
15
 
 
 
16
  ## Usage
17
 
18
  ```python
@@ -22,3 +22,15 @@ pipeline = DDPMPipeline.from_pretrained('alkzar90/sd-class-ukiyo-e-256')
22
  image = pipeline().images[0]
23
  image
24
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  # Example Fine-Tuned Model for Unit 2 of the [Diffusion Models Class 🧨](https://github.com/huggingface/diffusion-models-class)
11
 
 
 
12
  This model is a diffusion model for unconditional image generation of Ukiyo-e images ✍ 🎨. The model was train using fine-tuning with the google/ddpm-celebahq-256 pretrain-model and the dataset: https://huggingface.co/datasets/huggan/ukiyoe2photo
13
 
14
+ ![](https://huggingface.co/alkzar90/sd-class-ukiyo-e-256/resolve/main/ukyo-e-portrait.jpeg)
15
+
16
  ## Usage
17
 
18
  ```python
 
22
  image = pipeline().images[0]
23
  image
24
  ```
25
+
26
+ ## Guidance
27
+
28
+ **Prompt:** _A sakura tree_
29
+
30
+ ![](https://huggingface.co/alkzar90/sd-class-ukiyo-e-256/resolve/main/ukyo-e-sakura-tree.jpeg)
31
+
32
+
33
+ **Prompt:** _An island with sunset at background_
34
+
35
+ ![](https://huggingface.co/alkzar90/sd-class-ukiyo-e-256/resolve/main/ukyo-e-sunset-island.jpeg)
36
+