Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
1d3e143
1
Parent(s):
9b4a79f
trying Qwen
Browse files
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 = "
|
| 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",
|