Update README.md
Browse files
README.md
CHANGED
@@ -23,8 +23,8 @@ from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
|
23 |
prompt = "(extremely aesthetic, best quality, newest), 1girl, solo, cat ears, looking at viewer, blush, light smile, upper body,"
|
24 |
negative_prompt = "very displeasing, worst quality, monochrome, sketch, blurry, fat, child,"
|
25 |
|
26 |
-
prior = StableCascadePriorPipeline.from_pretrained("Disty0
|
27 |
-
decoder = StableCascadeDecoderPipeline.from_pretrained("SoteDiffusion-Cascade_Decoder", torch_dtype=torch.float16)
|
28 |
|
29 |
prior.enable_model_cpu_offload()
|
30 |
prior_output = prior(
|
|
|
23 |
prompt = "(extremely aesthetic, best quality, newest), 1girl, solo, cat ears, looking at viewer, blush, light smile, upper body,"
|
24 |
negative_prompt = "very displeasing, worst quality, monochrome, sketch, blurry, fat, child,"
|
25 |
|
26 |
+
prior = StableCascadePriorPipeline.from_pretrained("Disty0/SoteDiffusion-Cascade_pre-alpha0", torch_dtype=torch.float16)
|
27 |
+
decoder = StableCascadeDecoderPipeline.from_pretrained("Disty0/SoteDiffusion-Cascade_Decoder", torch_dtype=torch.float16)
|
28 |
|
29 |
prior.enable_model_cpu_offload()
|
30 |
prior_output = prior(
|