prithivMLmods commited on
Commit
1d67d81
·
verified ·
1 Parent(s): e719589

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -19,11 +19,12 @@ instance_prompt: Super Detail
19
  license: creativeml-openrail-m
20
  ---
21
  # Flux-Super-Detail-LoRA
 
22
  <span style="color:red">The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.</span>
23
 
24
  <Gallery />
25
 
26
- **prithivMLmods/Flux-Super-Detail-LoRA**
27
 
28
  Image Processing Parameters
29
 
@@ -52,7 +53,7 @@ from pipelines import DiffusionPipeline
52
  base_model = "black-forest-labs/FLUX.1-dev"
53
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
54
 
55
- lora_repo = "prithivMLmods/Flux-Super-Detail-LoRA"
56
  trigger_word = "Super Detail"
57
  pipe.load_lora_weights(lora_repo)
58
 
 
19
  license: creativeml-openrail-m
20
  ---
21
  # Flux-Super-Detail-LoRA
22
+
23
  <span style="color:red">The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.</span>
24
 
25
  <Gallery />
26
 
27
+ **prithivMLmods/Flux-Fine-Detail-LoRA**
28
 
29
  Image Processing Parameters
30
 
 
53
  base_model = "black-forest-labs/FLUX.1-dev"
54
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
55
 
56
+ lora_repo = "prithivMLmods/Flux-Fine-Detail-LoRA"
57
  trigger_word = "Super Detail"
58
  pipe.load_lora_weights(lora_repo)
59