Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ pip install diffusers transformers accelerate
|
|
86 |
```python
|
87 |
from diffusers import DiffusionPipeline
|
88 |
|
89 |
-
pipeline = DiffusionPipeline.from_pretrained("
|
90 |
pipeline.to("cuda") # если доступен GPU
|
91 |
|
92 |
prompt = "A vibrant landscape painting in the style of Van Gogh"
|
|
|
86 |
```python
|
87 |
from diffusers import DiffusionPipeline
|
88 |
|
89 |
+
pipeline = DiffusionPipeline.from_pretrained("NeurixYUFI/Neurix-Mega")
|
90 |
pipeline.to("cuda") # если доступен GPU
|
91 |
|
92 |
prompt = "A vibrant landscape painting in the style of Van Gogh"
|