s9anus98a

Results 6 comments of s9anus98a

> Lumina is going to support SD3 training from scratch, fullfinetune and inference with a significantly simplified implementation. Code shall be released in a few days. so that's for training?...

> In the technical report, hunyuan dit claim to use more than 1 billion image-text pairs for training while Lumina-Next utilize 20 million image-text pairs. We will continue to expand...

i have this issue today with api gemini-exp-1206 block_reason: OTHER no specific error reason how to trace??

[/usr/local/lib/python3.10/dist-packages/diffusers/pipelines/auto_pipeline.py](https://localhost:8080/#) in _get_task_class(mapping, pipeline_class_name, throw_error_if_not_exist) 183 184 if throw_error_if_not_exist: --> 185 raise ValueError(f"AutoPipeline can't find a pipeline linked to {pipeline_class_name} for {model_name}") 186 187 ValueError: AutoPipeline can't find a pipeline...

> @s9anus98a can you open an issue and share the code you used? i use AutoPipelineForText2Image like in the example link provided !pip install diffusers ``` self.pipeline = AutoPipelineForText2Image.from_pretrained( model_key,...

how to use this with StableCascadeCombinedPipeline?