thorjank commited on
Commit
9d4bb14
·
verified ·
1 Parent(s): 11b82af

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +2 -19
readme.md CHANGED
@@ -43,25 +43,8 @@ pipe = DiffusionPipeline.from_pretrained(
43
  torch_dtype=torch.bfloat16
44
  ).to("cuda")
45
 
46
- pipe.load_lora_weights("thorjank/arthur-insta-lora", weight_name="<YOUR_LORA_FILENAME>.safetensors")
47
 
48
  prompt = "arthur_insta, portrait photo, natural light, high detail"
49
  image = pipe(prompt).images[0]
50
- image.save("out.png")
51
-
52
- Training details (summary)
53
- • Steps: 3000
54
- • Batch size: 1
55
- • Learning rate: 1e-4
56
- • Network: LoRA
57
- • linear rank/alpha: 32/32
58
- • conv rank/alpha: 16/16
59
- • Trained modules: U-Net (text encoder not trained)
60
- • Precision: bf16
61
- • Noise scheduler / sampler: flowmatch
62
- • Resolution buckets configured: 512 / 768 / 1024
63
-
64
-
65
- Notes / License:
66
-
67
- This repo contains only LoRA weights. Please ensure your use complies with the base model’s license and that you have the necessary rights/permissions for any identity/likeness represented by this LoRA.
 
43
  torch_dtype=torch.bfloat16
44
  ).to("cuda")
45
 
46
+ pipe.load_lora_weights("thorjank/arthur_insta", weight_name="<YOUR_LORA_FILENAME>.safetensors")
47
 
48
  prompt = "arthur_insta, portrait photo, natural light, high detail"
49
  image = pipe(prompt).images[0]
50
+ image.save("out.png")