crapthings
crapthings
@yiyixuxu i've found the same issue ``` pipeline = StableDiffusionPipeline.from_single_file( 'model.safetensors', custom_pipeline='lpw_stable_diffusion', torch_dtype=torch.float16, ) ``` after add this custom_pipeline this warning still exists, so we don't know if its working...
without  with 
this one is 1280 x 1280 with Kohya Hires.fix 
> Hi, I reproduced the results on SD model (I don't have enough GPU memory for SDXL). Here are some examples with a resolution of 1000x1600: > > prompt: "a...
load ip adapter failed RuntimeError: "LayerNormKernelImpl" not implemented for 'Half' if i change torch_dtype=torch.float16 to 32 or remove, works fine,but very slow, what's wrong? ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent...
> i was trying to convert 4x or 8x upscalers from here ([nmkd.de/?esrgan](https://nmkd.de/?esrgan)) using the transfer script, but these 4 lines are failing, so i guess it's some 3rd new...
okay, i've used wrong message format change "message" to "content" works ``` { "messages": [{ "role": "user", "message": "a slogan for my next app" }] } ``` ``` { "messages":...
yes we need tutorial
mkdir checkpoints cd checkpoints ``` wget https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors ```
> > mkdir checkpoints cd checkpoints wget [huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors?download=true](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors?download=true) > > Thank you, But this is the image to video model, I'm asking the text to video model. i think its...