Skip to content

Releases: w4ffl35/stablediffusiond

0.5.0

13 Sep 00:06
aed06de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.5.0

0.4.2

12 Sep 21:27
5efef88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

12 Sep 21:07
4648a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

12 Sep 15:48
d66c56d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.4.0

0.3.3

12 Sep 06:23
50f00f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

11 Sep 22:05
b290289
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

11 Sep 16:26
16fa3be
Compare
Choose a tag to compare

This release introduces a second daemon service which can be run that handles responses.

  1. stablediffusiond listens to a request server
  2. client makes a request which is added to queue
  3. stablediffusiond gets top response from queue and runs Stable Diffusion on it
  4. stablediffusiond places response from Stable Diffusion into response queue
  5. stablediffusion_responsed service listens to response queue and opens a socket on localhost:50007
  6. stablediffusion_responsed gets top response from queue and returns it to client connected on localhost:50007

0.2.2

10 Sep 21:30
9f4984b
Compare
Choose a tag to compare

Removed an unused package from requirements

0.2.1

10 Sep 20:50
1ffa32d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Sep 20:21
Compare
Choose a tag to compare

adds daemon process and further instructions to README