Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ a notebook for producing your own "stable inversions" is included in this repo b
|
|
17 |
|
18 |
how you can load this into a diffusers-based notebook like [Doohickey](https://github.com/aicrumb/doohickey) might look something like this
|
19 |
|
20 |
-
```
|
21 |
from huggingface_hub import hf_hub_download
|
22 |
|
23 |
stable_inversion = "user/my-stable-inversion" #@param {type:"string"}
|
|
|
17 |
|
18 |
how you can load this into a diffusers-based notebook like [Doohickey](https://github.com/aicrumb/doohickey) might look something like this
|
19 |
|
20 |
+
```python
|
21 |
from huggingface_hub import hf_hub_download
|
22 |
|
23 |
stable_inversion = "user/my-stable-inversion" #@param {type:"string"}
|