Rooni commited on
Commit
8f03b42
·
verified ·
1 Parent(s): 22d7cb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("YOUR_USERNAME/Neurix-Mega") # Замените YOUR_USERNAME на ваше имя пользователя на Hugging Face
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"