Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,10 @@
|
|
4 |
!pip install transformers -q
|
5 |
|
6 |
from diffusers import StableDiffusionPipeline
|
7 |
-
import torch
|
8 |
|
9 |
-
from diffusers import StableDiffusionPipeline
|
10 |
import torch
|
11 |
|
|
|
12 |
model = "oraul/Stability_CelebsHAQ_v1"
|
13 |
pipeline = StableDiffusionPipeline.from_pretrained(model, torch_dtype=torch.float16).to("cuda")
|
14 |
|
|
|
4 |
!pip install transformers -q
|
5 |
|
6 |
from diffusers import StableDiffusionPipeline
|
|
|
7 |
|
|
|
8 |
import torch
|
9 |
|
10 |
+
|
11 |
model = "oraul/Stability_CelebsHAQ_v1"
|
12 |
pipeline = StableDiffusionPipeline.from_pretrained(model, torch_dtype=torch.float16).to("cuda")
|
13 |
|