TheRafal commited on
Commit
5d45cbd
1 Parent(s): e9f401f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,7 +45,7 @@ e.g. **_1girl, white hair, blue eyes, cat ears, outdoors, city_**
45
 
46
  ```
47
  git lfs install
48
- git clone https://huggingface.co/TheRafal/everything-v1
49
  ```
50
 
51
  4. Complete
@@ -70,7 +70,7 @@ import torch
70
  from torch import autocast
71
  from diffusers import StableDiffusionPipeline
72
 
73
- pipe = StableDiffusionPipeline.from_pretrained('TheRafal/everything-v1', torch_dtype=torch.float32).to('cuda')
74
 
75
  prompt = "masterpiece, 1girl, blonde hair, blue eyes, colorful, cumulonimbus clouds, lighting, short hair, city, hoodie, night"
76
  with autocast("cuda"):
 
45
 
46
  ```
47
  git lfs install
48
+ git clone https://huggingface.co/TheRafal/everything
49
  ```
50
 
51
  4. Complete
 
70
  from torch import autocast
71
  from diffusers import StableDiffusionPipeline
72
 
73
+ pipe = StableDiffusionPipeline.from_pretrained('TheRafal/everything', torch_dtype=torch.float32).to('cuda')
74
 
75
  prompt = "masterpiece, 1girl, blonde hair, blue eyes, colorful, cumulonimbus clouds, lighting, short hair, city, hoodie, night"
76
  with autocast("cuda"):