Text-to-Image
Diffusers
lora
template:diffusion-lora
prithivMLmods commited on
Commit
6386d7e
·
verified ·
1 Parent(s): cf5c5f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ Image Processing Parameters
65
  import torch
66
  from pipelines import DiffusionPipeline
67
 
68
- base_model = "black-forest-labs/Flux-St-Shot"
69
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
70
 
71
  lora_repo = "strangerzonehf/Qw-Sketch"
 
65
  import torch
66
  from pipelines import DiffusionPipeline
67
 
68
+ base_model = "black-forest-labs/FLUX.1-dev"
69
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
70
 
71
  lora_repo = "strangerzonehf/Qw-Sketch"