Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import random
|
|
4 |
import spaces # [uncomment to use ZeroGPU]
|
5 |
from diffusers import DiffusionPipeline, DPMSolverSDEScheduler
|
6 |
import torch
|
7 |
-
from tags import tag_options_1, tag_options_2 # Import tags here
|
8 |
|
9 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
10 |
model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v8-sdxl" # Replace to the model you would like to use
|
|
|
4 |
import spaces # [uncomment to use ZeroGPU]
|
5 |
from diffusers import DiffusionPipeline, DPMSolverSDEScheduler
|
6 |
import torch
|
7 |
+
from tags import tag_options_1, tag_options_2, tag_options_3, tag_options_4 # Import tags here
|
8 |
|
9 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
10 |
model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v8-sdxl" # Replace to the model you would like to use
|