whyperr commited on
Commit
69235df
1 Parent(s): ab4700f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,2 +1,21 @@
1
- You can use Stable Diffusion with Dream's face on it!
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You can use Stable Diffusion with Dream's face on it!
2
 
3
+ In AUTOMATIC1111's notebook (https://github.com/AUTOMATIC1111/stable-diffusion-webui) just below the Normal 1.4 Model block. Insert this block:
4
+
5
+ ````
6
+ #@title Stable-Dreamfusion Model
7
+ # get a token from https://huggingface.co/settings/tokens
8
+ user_token = "" #@param {type:"string"}
9
+ user_header = f"\"Authorization: Bearer {user_token}\""
10
+ !wget --header={user_header} https://huggingface.co/whyperr/stable-dreamfusion/resolve/main/model.ckpt -O models/sd-v1-4.ckpt
11
+ ````
12
+
13
+ ![1.png](https://s3.amazonaws.com/moonup/production/uploads/1664870802717-6305531a99870e13d3de6019.png)
14
+
15
+ Run the next steps normally, and you should be able to generate juicy dream faces!
16
+
17
+ ![1.png](https://s3.amazonaws.com/moonup/production/uploads/1664871558024-6305531a99870e13d3de6019.png)
18
+ ![2.png](https://s3.amazonaws.com/moonup/production/uploads/1664871567648-6305531a99870e13d3de6019.png)
19
+ ![3.png](https://s3.amazonaws.com/moonup/production/uploads/1664871593792-6305531a99870e13d3de6019.png)
20
+ ![4.png](https://s3.amazonaws.com/moonup/production/uploads/1664871605434-6305531a99870e13d3de6019.png)
21
+ ![5.png](https://s3.amazonaws.com/moonup/production/uploads/1664871630536-6305531a99870e13d3de6019.png)