Ketengan-Diffusion
commited on
Commit
•
4f90398
1
Parent(s):
bf7e26d
Update README.md
Browse files
README.md
CHANGED
@@ -117,8 +117,8 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
117 |
num_images_per_prompt = 1
|
118 |
print(f"Running on: {device}")
|
119 |
|
120 |
-
prior = StableCascadePriorPipeline.from_pretrained("
|
121 |
-
decoder = StableCascadeDecoderPipeline.from_pretrained("stabilityai/stable-cascade", torch_dtype=torch.float16).to(device)
|
122 |
|
123 |
prompt = "An Astronout riding a horse"
|
124 |
negative_prompt = ""
|
|
|
117 |
num_images_per_prompt = 1
|
118 |
print(f"Running on: {device}")
|
119 |
|
120 |
+
prior = StableCascadePriorPipeline.from_pretrained("Ketengan-Diffusion/SomniumSC-v1.1", torch_dtype=torch.bfloat16).to(device) # point to the fine tuned model that you desired (stage C)
|
121 |
+
decoder = StableCascadeDecoderPipeline.from_pretrained("stabilityai/stable-cascade", torch_dtype=torch.float16).to(device) # point to the "Mother" model which is from stabilityai (Stage A and B)
|
122 |
|
123 |
prompt = "An Astronout riding a horse"
|
124 |
negative_prompt = ""
|