Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ To use this model, send a text prompt to the API and specify your desired infere
|
|
11 |
```python
|
12 |
from transformers import pipeline
|
13 |
|
14 |
-
generator = pipeline("text-to-image", model="
|
15 |
|
16 |
result = generator("A fantasy landscape with mountains")
|
17 |
result[0]["image"].show() # Display the generated image
|
|
|
11 |
```python
|
12 |
from transformers import pipeline
|
13 |
|
14 |
+
generator = pipeline("text-to-image", model="awabxnero/hentai.safetensors")
|
15 |
|
16 |
result = generator("A fantasy landscape with mountains")
|
17 |
result[0]["image"].show() # Display the generated image
|