Skip to content

Commit

Permalink
prompt kind field
Browse files Browse the repository at this point in the history
  • Loading branch information
machado2 committed Jul 2, 2024
1 parent dddbae7 commit c9fcf79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Style(models.Model):
cfg_scale = fields.IntField(null=True)
sampler_name = fields.CharField(max_length=50, null=True)
original_json = fields.JSONField(null=True)
kind = fields.IntField(default=1.0)


class Category(models.Model):
Expand Down

0 comments on commit c9fcf79

Please sign in to comment.