softwareweaver commited on
Commit
1d3e143
·
1 Parent(s): 9b4a79f

trying Qwen

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,10 +7,9 @@ from diffusers import DiffusionPipeline
7
  import torch
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
- model_repo_id = "lodestones/Chroma1-HD" # Replace to the model you would like to use
11
 
12
  MODEL_CHOICES = [
13
- "lodestones/Chroma1-HD",
14
  "black-forest-labs/FLUX.1-dev",
15
  "Qwen/Qwen-Image",
16
  "tencent/HunyuanImage-3.0",
 
7
  import torch
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
10
+ model_repo_id = "Qwen/Qwen-Image"
11
 
12
  MODEL_CHOICES = [
 
13
  "black-forest-labs/FLUX.1-dev",
14
  "Qwen/Qwen-Image",
15
  "tencent/HunyuanImage-3.0",