-
Notifications
You must be signed in to change notification settings - Fork 78
Issues: Stability-AI/api-interfaces
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
# Set up our connection to the API.
stability_api = client.StabilityInference(
key=os.environ['STABILITY_KEY'], # API Key reference.
verbose=True, # Print debug messages.
engine="stable-diffusion-xl-beta-v2-2-2", # Set the engine to use for generation.
# Available engines: stable-diffusion-v1 stable-diffusion-v1-5 stable-diffusion-512-v2-0 stable-diffusion-768-v2-0
# stable-diffusion-512-v2-1 stable-diffusion-768-v2-1 stable-diffusion-xl-beta-v2-2-2 stable-inpainting-v1-0 stable-inpainting-512-v2-0
)
#85
opened Jun 22, 2023 by
CIFTum
Argument of type 'Metadata' is not assignable to parameter of type 'BrowserHeaders'.
#62
opened Jan 5, 2023 by
ABDERRAHMANE-OUALI
[BUG] generation_pb.js that gets built imports a file called var tensors_pb = require('./tensors_pb.js');
bug
Something isn't working
#42
opened Nov 22, 2022 by
kevinfaveri
ProTip!
Mix and match filters to narrow down what you’re looking for.