AMfeta99 commited on
Commit
0aed780
·
verified ·
1 Parent(s): 5ace3a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ class TextToImageTool(Tool):
109
  device = "cuda" if torch.cuda.is_available() else "cpu"
110
  print(f"Using device: {device}")
111
  self.pipe = DiffusionPipeline.from_pretrained(
112
- "black-forest-labs/FLUX.1-schnell",
113
  torch_dtype=dtype
114
  ).to(device)
115
 
 
109
  device = "cuda" if torch.cuda.is_available() else "cpu"
110
  print(f"Using device: {device}")
111
  self.pipe = DiffusionPipeline.from_pretrained(
112
+ "aiyouthalliance/Free-Image-Generation-CC0",
113
  torch_dtype=dtype
114
  ).to(device)
115