Abdul Rahman
Abdul Rahman
Hello, I am following the following document for finetuning stable-diffusion-xl-1024-v1-0 https://next.platform.stability.ai/docs/features/fine-tuning in the imports from stability_sdk.finetune import ( create_model, delete_model, get_model, list_models, resubmit_model, update_model, FineTuneMode, FineTuneParameters, FineTuneStatus ) I get...
### Description of the bug: From the documentation: https://ai.google.dev/api/multimodal-live I believe I can get response in multiple modalilties, but running the above CONFIG in my code I get following error:...
### Description of the bug: I am using the following code: https://github.com/google-gemini/cookbook/blob/main/gemini-2/live_api_starter.py This code was working fine 4 days ago, but today I’m encountering the following issues in the output:...
I am opening the file handler and passing it to the replicate.trainings.create, my file file_input = open(f"{file_name}","rb") training = replicate.trainings.create( model="stability-ai/sdxl", version="7762fd07cf82c948538e41f63f77d685e02b063e37e496e96eefd46c929f9bdc", input={ "input_images": file_input, "token_string": "TOK", "caption_prefix": "a photo...
From the documents I understand that the list of public models can be get through: replicate.models.list() I am interested in the method to get the list of the models associated...