AmericanPresidentJimmyCarter / yasd-discord-bot

Yet Another Stable Diffusion Discord Bot
MIT License
112 stars 15 forks source link

Riff local settings are using on the Retry button instead of the ones from the previous riff #43

Closed AmericanPresidentJimmyCarter closed 2 years ago

AmericanPresidentJimmyCarter commented 2 years ago

See:

        if original_request['api'] == 'stablediffuse':
            sampler = original_request['sampler']
            scale = original_request['scale']
            steps = int(original_request['steps'])
            latentless = original_request['latentless']
            strength = original_request['strength']
            await _riff(
                interaction.channel, interaction.user,
                self.short_id_parent, self.idx_parent,
                height=self.pixels_height,
                latentless=latentless,
                sampler=sampler,
                scale=scale,
                steps=steps,
                strength=strength,
                width=self.pixels_width)