lokesh6309
commited on
Commit
•
552059a
1
Parent(s):
392a2bc
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ from diffusers import StableDiffusionPipeline,UNet2DConditionModel
|
|
42 |
|
43 |
pipeline = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5").to("cuda")
|
44 |
|
45 |
-
pipeline.load_lora_weights("
|
46 |
|
47 |
NEGATIVE_PROMPT = "worst quality, low quality, bad anatomy, watermark, text, blurry, cartoon, unreal"
|
48 |
text = 'A young woman with smile, wearing a purple hat.'
|
@@ -74,4 +74,4 @@ If the generation effect is not good, try adding a negative prompt, or try diffe
|
|
74 |
|
75 |
Weights for this model are available in Safetensors format.
|
76 |
|
77 |
-
[Download](/
|
|
|
42 |
|
43 |
pipeline = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5").to("cuda")
|
44 |
|
45 |
+
pipeline.load_lora_weights("lokesh6309/Diff_Face", weight_name="pytorch_lora_weights.safetensors")
|
46 |
|
47 |
NEGATIVE_PROMPT = "worst quality, low quality, bad anatomy, watermark, text, blurry, cartoon, unreal"
|
48 |
text = 'A young woman with smile, wearing a purple hat.'
|
|
|
74 |
|
75 |
Weights for this model are available in Safetensors format.
|
76 |
|
77 |
+
[Download](/lokesh6309/Diff_Face/tree/main) them in the Files & versions tab.
|