StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

Official Code for Stable Cascade

Results 121 StableCascade issues
Sort by recently updated
recently updated
newest added

I use V100, so I only use float32 model, but I get this error, can you solve this problem? ![Snipaste_2024-02-22_23-24-48](https://github.com/Stability-AI/StableCascade/assets/134043397/4bb73ac8-a165-4468-9e49-92bb5b570331)

### how max batch size in A100 V80G ? with a batch size of 1, it seems to be peaking at 75457MiB of VRAM according to `nvidia-smi` on an A100...

Hello, how do I modify the configuration if I want to use it on 32G v100?

why is __init__.py a blank empty file?

error occurred when executing CheckpointLoaderSimple: 'model.diffusion_model.input_blocks.0.0.weight' File "C:\Users\Intersurf\Documents\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Intersurf\Documents\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)...

I'm using recommended workflow for ComfyUI. When I use > (low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs for negative prompts, it would generate blank white image and...

`python3 train/train_c_lora.py configs/training/finetune_c_3b_lora.yaml` running the above is giving me an error ``` File "/home/vardh/fine_tune_stable_cascade/StableCascade/train/train_c_lora.py", line 12, in from gdf import GDF, EpsilonTarget, CosineSchedule ModuleNotFoundError: No module named 'gdf' ``` I...

When I try to fine-tune stageB with some additional parameters, the process stucks after certain iterations. I am also confused about the information of this issue. Please refer to the...