dataautogpt3
commited on
Commit
·
b12db78
1
Parent(s):
e83f5db
Update README.md
Browse files
README.md
CHANGED
@@ -54,5 +54,5 @@ from diffusers import AutoPipelineForText2Image
|
|
54 |
import torch
|
55 |
|
56 |
pipeline = AutoPipelineForText2Image.from_pretrained('dataautogpt3/OpenDalleV1.1', torch_dtype=torch.float16).to('cuda')
|
57 |
-
image = pipeline('
|
58 |
```
|
|
|
54 |
import torch
|
55 |
|
56 |
pipeline = AutoPipelineForText2Image.from_pretrained('dataautogpt3/OpenDalleV1.1', torch_dtype=torch.float16).to('cuda')
|
57 |
+
image = pipeline('black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed').images[0]
|
58 |
```
|