Yasaka Kokoro
commited on
Commit
·
8be61e5
1
Parent(s):
60e7350
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ import torch
|
|
38 |
model_id = "Kokohachi/NoAI-Diffusion"
|
39 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16, revision="fp16")
|
40 |
pipe = pipe.to("cuda")
|
41 |
-
prompt = "
|
42 |
image = pipe(prompt).images[0]
|
43 |
|
44 |
image.save("noai.png")
|
|
|
38 |
model_id = "Kokohachi/NoAI-Diffusion"
|
39 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16, revision="fp16")
|
40 |
pipe = pipe.to("cuda")
|
41 |
+
prompt = "a photo of antiai logo"
|
42 |
image = pipe(prompt).images[0]
|
43 |
|
44 |
image.save("noai.png")
|