You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 regels
287 B

  1. package replicate
  2. const (
  3. // ChannelName identifies the replicate channel.
  4. ChannelName = "replicate"
  5. // ModelFlux11Pro is the default image generation model supported by this channel.
  6. ModelFlux11Pro = "black-forest-labs/flux-1.1-pro"
  7. )
  8. var ModelList = []string{
  9. ModelFlux11Pro,
  10. }